Shades of Violet Blue #A86FAE
Tints of Violet Blue #A86FAE
RGB
CMYK
RGB Variations
Color information
#A86FAE (or 0xA86FAE) is known color: Violet Blue. HEX triplet: A8, 6F and AE. RGB value is (168,111,174). Sum of RGB (Red+Green+Blue) = 168+111+174=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #A86FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86FAE is #579051. Grayscale: #878787. Windows color (decimal): -5738578 or 11431848. OLE color: 11431848.
HSL color Cylindrical-coordinate representation of color #A86FAE: hue angle of 294.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86FAE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 111 | 174 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.32 |
| HSL | 294.29º | 0.28% | 0.56% | - |
| HSV(B) | 294.29º | 0.36% | 0.68% | - |
| XYZ | 29.47 | 22.75 | 42.88 | - |
| YUV | 135.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 174 | 0.03 | 0.36 | 0 | 0.32 | 294.29 | 0.28 | 0.56 |
| Hex | A8 | 6F | AE | 3 | 24 | 0 | 20 | 126 | 1C | 38 |
| Octal | 250 | 157 | 256 | 3 | 44 | 0 | 40 | 446 | 34 | 70 |
| Binary | 10101000 | 1101111 | 10101110 | 11 | 100100 | 0 | 100000 | 100100110 | 11100 | 111000 |
Color Harmonies of #A86FAE
Complementary color
Monochromatic Colors of #A86FAE
Black with #A86FAE
Text Example
Text Example
White with #A86FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FAE; }
p { color: rgb(168,111,174); }
H1.HeaderClassName
{
color: #A86FAE;
}
.AnyTagClassName
{
color: #A86FAE;
}
</style>
background-color css
<style>
a { background-color: #A86FAE; }
a { background-color: rgb(168,111,174); }
div.DivClassName
{
background-color: #A86FAE;
}
.BgClassName
{
background-color: #A86FAE;
}
</style>
border-color css
<style>
span { border-color: #A86FAE; }
span { border-color: rgb(168,111,174); }
td.TdClassName
{
border-color: #A86FAE;
}
.TagClassName
{
border-color: #A86FAE;
}
</style>