Shades of Violet Blue #A868AB
Tints of Violet Blue #A868AB
RGB
CMYK
RGB Variations
Color information
#A868AB (or 0xA868AB) is known color: Violet Blue. HEX triplet: A8, 68 and AB. RGB value is (168,104,171). Sum of RGB (Red+Green+Blue) = 168+104+171=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A868AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A868AB is #579754. Grayscale: #828282. Windows color (decimal): -5740373 or 11233448. OLE color: 11233448.
HSL color Cylindrical-coordinate representation of color #A868AB: hue angle of 297.31º degrees, saturation: 0.29, 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 #A868AB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 104 | 171 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.33 |
| HSL | 297.31º | 0.29% | 0.54% | - |
| HSV(B) | 297.31º | 0.39% | 0.67% | - |
| XYZ | 28.45 | 21.17 | 41.11 | - |
| YUV | 130.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 171 | 0.02 | 0.39 | 0 | 0.33 | 297.31 | 0.29 | 0.54 |
| Hex | A8 | 68 | AB | 2 | 27 | 0 | 21 | 129 | 1D | 36 |
| Octal | 250 | 150 | 253 | 2 | 47 | 0 | 41 | 451 | 35 | 66 |
| Binary | 10101000 | 1101000 | 10101011 | 10 | 100111 | 0 | 100001 | 100101001 | 11101 | 110110 |
Color Harmonies of #A868AB
Complementary color
Monochromatic Colors of #A868AB
Black with #A868AB
Text Example
Text Example
White with #A868AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868AB; }
p { color: rgb(168,104,171); }
H1.HeaderClassName
{
color: #A868AB;
}
.AnyTagClassName
{
color: #A868AB;
}
</style>
background-color css
<style>
a { background-color: #A868AB; }
a { background-color: rgb(168,104,171); }
div.DivClassName
{
background-color: #A868AB;
}
.BgClassName
{
background-color: #A868AB;
}
</style>
border-color css
<style>
span { border-color: #A868AB; }
span { border-color: rgb(168,104,171); }
td.TdClassName
{
border-color: #A868AB;
}
.TagClassName
{
border-color: #A868AB;
}
</style>