Shades of Violet Blue #A86EAA
Tints of Violet Blue #A86EAA
RGB
CMYK
RGB Variations
Color information
#A86EAA (or 0xA86EAA) is known color: Violet Blue. HEX triplet: A8, 6E and AA. RGB value is (168,110,170). Sum of RGB (Red+Green+Blue) = 168+110+170=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A86EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86EAA is #579155. Grayscale: #858585. Windows color (decimal): -5738838 or 11169448. OLE color: 11169448.
HSL color Cylindrical-coordinate representation of color #A86EAA: hue angle of 298º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86EAA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 110 | 170 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.33 |
| HSL | 298º | 0.26% | 0.55% | - |
| HSV(B) | 298º | 0.35% | 0.67% | - |
| XYZ | 28.98 | 22.38 | 40.82 | - |
| YUV | 134.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 170 | 0.01 | 0.35 | 0 | 0.33 | 298 | 0.26 | 0.55 |
| Hex | A8 | 6E | AA | 1 | 23 | 0 | 21 | 12A | 1A | 37 |
| Octal | 250 | 156 | 252 | 1 | 43 | 0 | 41 | 452 | 32 | 67 |
| Binary | 10101000 | 1101110 | 10101010 | 1 | 100011 | 0 | 100001 | 100101010 | 11010 | 110111 |
Color Harmonies of #A86EAA
Complementary color
Monochromatic Colors of #A86EAA
Black with #A86EAA
Text Example
Text Example
White with #A86EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EAA; }
p { color: rgb(168,110,170); }
H1.HeaderClassName
{
color: #A86EAA;
}
.AnyTagClassName
{
color: #A86EAA;
}
</style>
background-color css
<style>
a { background-color: #A86EAA; }
a { background-color: rgb(168,110,170); }
div.DivClassName
{
background-color: #A86EAA;
}
.BgClassName
{
background-color: #A86EAA;
}
</style>
border-color css
<style>
span { border-color: #A86EAA; }
span { border-color: rgb(168,110,170); }
td.TdClassName
{
border-color: #A86EAA;
}
.TagClassName
{
border-color: #A86EAA;
}
</style>