Shades of Violet Blue #A869AB
Tints of Violet Blue #A869AB
RGB
CMYK
RGB Variations
Color information
#A869AB (or 0xA869AB) is known color: Violet Blue. HEX triplet: A8, 69 and AB. RGB value is (168,105,171). Sum of RGB (Red+Green+Blue) = 168+105+171=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A869AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869AB is #579654. Grayscale: #838383. Windows color (decimal): -5740117 or 11233704. OLE color: 11233704.
HSL color Cylindrical-coordinate representation of color #A869AB: hue angle of 297.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A869AB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 105 | 171 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.33 |
| HSL | 297.27º | 0.28% | 0.54% | - |
| HSV(B) | 297.27º | 0.39% | 0.67% | - |
| XYZ | 28.55 | 21.37 | 41.15 | - |
| YUV | 131.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 171 | 0.02 | 0.39 | 0 | 0.33 | 297.27 | 0.28 | 0.54 |
| Hex | A8 | 69 | AB | 2 | 27 | 0 | 21 | 129 | 1C | 36 |
| Octal | 250 | 151 | 253 | 2 | 47 | 0 | 41 | 451 | 34 | 66 |
| Binary | 10101000 | 1101001 | 10101011 | 10 | 100111 | 0 | 100001 | 100101001 | 11100 | 110110 |
Color Harmonies of #A869AB
Complementary color
Monochromatic Colors of #A869AB
Black with #A869AB
Text Example
Text Example
White with #A869AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869AB; }
p { color: rgb(168,105,171); }
H1.HeaderClassName
{
color: #A869AB;
}
.AnyTagClassName
{
color: #A869AB;
}
</style>
background-color css
<style>
a { background-color: #A869AB; }
a { background-color: rgb(168,105,171); }
div.DivClassName
{
background-color: #A869AB;
}
.BgClassName
{
background-color: #A869AB;
}
</style>
border-color css
<style>
span { border-color: #A869AB; }
span { border-color: rgb(168,105,171); }
td.TdClassName
{
border-color: #A869AB;
}
.TagClassName
{
border-color: #A869AB;
}
</style>