Shades of Violet Blue #A86BA8
Tints of Violet Blue #A86BA8
RGB
CMYK
RGB Variations
Color information
#A86BA8 (or 0xA86BA8) is known color: Violet Blue. HEX triplet: A8, 6B and A8. RGB value is (168,107,168). Sum of RGB (Red+Green+Blue) = 168+107+168=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A86BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86BA8 is #579457. Grayscale: #848484. Windows color (decimal): -5739608 or 11037608. OLE color: 11037608.
HSL color Cylindrical-coordinate representation of color #A86BA8: hue angle of 300º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86BA8 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 107 | 168 | - |
| CMYK | 0 | 0.36 | 0 | 0.34 |
| HSL | 300º | 0.26% | 0.54% | - |
| HSV(B) | 300º | 0.36% | 0.66% | - |
| XYZ | 28.47 | 21.67 | 39.73 | - |
| YUV | 132.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 168 | 0 | 0.36 | 0 | 0.34 | 300 | 0.26 | 0.54 |
| Hex | A8 | 6B | A8 | 0 | 24 | 0 | 22 | 12C | 1A | 36 |
| Octal | 250 | 153 | 250 | 0 | 44 | 0 | 42 | 454 | 32 | 66 |
| Binary | 10101000 | 1101011 | 10101000 | 0 | 100100 | 0 | 100010 | 100101100 | 11010 | 110110 |
Color Harmonies of #A86BA8
Complementary color
Monochromatic Colors of #A86BA8
Black with #A86BA8
Text Example
Text Example
White with #A86BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BA8; }
p { color: rgb(168,107,168); }
H1.HeaderClassName
{
color: #A86BA8;
}
.AnyTagClassName
{
color: #A86BA8;
}
</style>
background-color css
<style>
a { background-color: #A86BA8; }
a { background-color: rgb(168,107,168); }
div.DivClassName
{
background-color: #A86BA8;
}
.BgClassName
{
background-color: #A86BA8;
}
</style>
border-color css
<style>
span { border-color: #A86BA8; }
span { border-color: rgb(168,107,168); }
td.TdClassName
{
border-color: #A86BA8;
}
.TagClassName
{
border-color: #A86BA8;
}
</style>