Shades of Violet Blue #A86EAE
Tints of Violet Blue #A86EAE
RGB
CMYK
RGB Variations
Color information
#A86EAE (or 0xA86EAE) is known color: Violet Blue. HEX triplet: A8, 6E and AE. RGB value is (168,110,174). Sum of RGB (Red+Green+Blue) = 168+110+174=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A86EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86EAE is #579151. Grayscale: #868686. Windows color (decimal): -5738834 or 11431592. OLE color: 11431592.
HSL color Cylindrical-coordinate representation of color #A86EAE: hue angle of 294.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A86EAE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 110 | 174 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.32 |
| HSL | 294.38º | 0.28% | 0.56% | - |
| HSV(B) | 294.38º | 0.37% | 0.68% | - |
| XYZ | 29.36 | 22.53 | 42.85 | - |
| YUV | 134.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 174 | 0.03 | 0.37 | 0 | 0.32 | 294.38 | 0.28 | 0.56 |
| Hex | A8 | 6E | AE | 3 | 25 | 0 | 20 | 126 | 1C | 38 |
| Octal | 250 | 156 | 256 | 3 | 45 | 0 | 40 | 446 | 34 | 70 |
| Binary | 10101000 | 1101110 | 10101110 | 11 | 100101 | 0 | 100000 | 100100110 | 11100 | 111000 |
Color Harmonies of #A86EAE
Complementary color
Monochromatic Colors of #A86EAE
Black with #A86EAE
Text Example
Text Example
White with #A86EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EAE; }
p { color: rgb(168,110,174); }
H1.HeaderClassName
{
color: #A86EAE;
}
.AnyTagClassName
{
color: #A86EAE;
}
</style>
background-color css
<style>
a { background-color: #A86EAE; }
a { background-color: rgb(168,110,174); }
div.DivClassName
{
background-color: #A86EAE;
}
.BgClassName
{
background-color: #A86EAE;
}
</style>
border-color css
<style>
span { border-color: #A86EAE; }
span { border-color: rgb(168,110,174); }
td.TdClassName
{
border-color: #A86EAE;
}
.TagClassName
{
border-color: #A86EAE;
}
</style>