Shades of Violet Blue #A86AAF
Tints of Violet Blue #A86AAF
RGB
CMYK
RGB Variations
Color information
#A86AAF (or 0xA86AAF) is known color: Violet Blue. HEX triplet: A8, 6A and AF. RGB value is (168,106,175). Sum of RGB (Red+Green+Blue) = 168+106+175=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #A86AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86AAF is #579550. Grayscale: #848484. Windows color (decimal): -5739857 or 11496104. OLE color: 11496104.
HSL color Cylindrical-coordinate representation of color #A86AAF: hue angle of 293.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86AAF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 106 | 175 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.31 |
| HSL | 293.91º | 0.3% | 0.55% | - |
| HSV(B) | 293.91º | 0.39% | 0.69% | - |
| XYZ | 29.04 | 21.73 | 43.22 | - |
| YUV | 132.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 175 | 0.04 | 0.39 | 0 | 0.31 | 293.91 | 0.3 | 0.55 |
| Hex | A8 | 6A | AF | 4 | 27 | 0 | 1F | 126 | 1E | 37 |
| Octal | 250 | 152 | 257 | 4 | 47 | 0 | 37 | 446 | 36 | 67 |
| Binary | 10101000 | 1101010 | 10101111 | 100 | 100111 | 0 | 11111 | 100100110 | 11110 | 110111 |
Color Harmonies of #A86AAF
Complementary color
Monochromatic Colors of #A86AAF
Black with #A86AAF
Text Example
Text Example
White with #A86AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AAF; }
p { color: rgb(168,106,175); }
H1.HeaderClassName
{
color: #A86AAF;
}
.AnyTagClassName
{
color: #A86AAF;
}
</style>
background-color css
<style>
a { background-color: #A86AAF; }
a { background-color: rgb(168,106,175); }
div.DivClassName
{
background-color: #A86AAF;
}
.BgClassName
{
background-color: #A86AAF;
}
</style>
border-color css
<style>
span { border-color: #A86AAF; }
span { border-color: rgb(168,106,175); }
td.TdClassName
{
border-color: #A86AAF;
}
.TagClassName
{
border-color: #A86AAF;
}
</style>