COLOR #A06495

HEX: #A06495 RGB: (160,100,149)

Color info

#A06495 contains mainly red and blue colors. Web safe color of #A06495 is #996699 (or #969).

RGB color model

#A06495 color RGB value is (160,100,149).

RGB: (160,100,149) (63%, 39%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 100 of 255 = 39%
B 149 of 255 = 58%

160
100
149

R + G + B ~ 53%. #A06495 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 100 + 149 = 409 (100%)
R 160 of 409 ~ 39.12%
G 100 of 409 ~ 24.45%
B 149 of 409 ~ 36.43'%

%39.12
%24.45
%36.43

CMYK color model

#A06495 color CMYK value is (0,38,7,37).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 6.87%
  • key color value is 37.25%

CMYK: (0,38,7,37)
C0M38Y7K37 (0%, 38%, 7%, 37%)
(0.00 / 0.38 / 0.07 / 0.37)

CMYK percentages

%0
%37.5
%6.87
%37.25

Codes

Color #A06495 in popluar color models

A0 64 95
RGB 160 100 149
HSL 311° 24.00% 50.98%
HSB/HSV 311° 37.50% 62.75%
CMYK 0.00% 37.50% 6.87%
37.25%

Color #A06495 in popluar number systems.

HEX A0 64 95
Decimal 160 100 149
Binary 10100000 1100100 10010101
Octal 240 144 225

Shades and tints

Shades of #A06495

#A06495
(160,100,149)
#925B88
(146,91,136)
#84527B
(132,82,123)
#76496E
(118,73,110)
#684061
(104,64,97)
#5A3754
(90,55,84)
#4C2E47
(76,46,71)
#3E253A
(62,37,58)
#301C2D
(48,28,45)
#221320
(34,19,32)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #A06495

#A06495
(160,100,149)
#A8729E
(168,114,158)
#B080A7
(176,128,167)
#B88EB0
(184,142,176)
#C09CB9
(192,156,185)
#C8AAC2
(200,170,194)
#D0B8CB
(208,184,203)
#D8C6D4
(216,198,212)
#E0D4DD
(224,212,221)
#E8E2E6
(232,226,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06495 color. Also use rgb(160,100,149) instead hex code.

Text Font Color

.myTextColor { color: #A06495; }

<p style="color:#A06495">This sample text font color is #A06495.</p>

This text font color is #A06495.

Background Color

.myBgColor { background-color: #A06495; }

<div style="background-color:#A06495">Inner text</div>

This div background color is #A06495.

Border color

.myBorderColor { border: 1px solid #A06495; }

<div style="border:3px solid #A06495">Div</div>

This div border color is #A06495.

Opacity

.myOpacity80 { color: #A06495; opacity: 0.8; }

<p style="color:#A06495;opacity:0.8;">80%</p>

Text with #A06495 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A06495;}

<p style="text-shadow: 3px 3px 1px #A06495">Text here.</p>

This text has shadow with #A06495 color.


.textShadow {text-shadow: 3px 3px 1px #A06495', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A06495, 5px 5px 20px red">Text here.</p>

This text has shadow with #A06495 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A06495, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A06495, Direction=45, Strength=4)">Text</p>

This text has shadow with #A06495 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A06495;
-webkit-box-shadow: 1px 1px 3px 2px #A06495;
box-shadow: 1px 1px 3px 2px #A06495;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A06495; -webkit-box-shadow: 1px 1px 3px 2px #A06495; box-shadow:1px 1px 3px 2px #A06495;">
Div content here
</div>

This div box has shadow with color #A06495.

Preview

Color preview on black background

This text has color #A06495 on black background.


Color preview on white background

This text has color #A06495 on white background.


Black color preview on #A06495 background

This text has black color on #A06495 background.


White color preview on #A06495 background

This text has white color on #A06495 background.


Related colors

Complementary color

Complementary color for #hex is #5F9B6A.


I love getcolorcode.com

Triadic colors

1 #95A064 and #6495A0 with #A06495 are triadic colors.

2 #9564A0 and #64A095 with #A06495 are triadic colors.