Shades of Violet Blue #AB66A0
Tints of Violet Blue #AB66A0
RGB
CMYK
RGB Variations
Color information
#AB66A0 (or 0xAB66A0) is known color: Violet Blue. HEX triplet: AB, 66 and A0. RGB value is (171,102,160). Sum of RGB (Red+Green+Blue) = 171+102+160=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB66A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66A0 is #54995F. Grayscale: #818181. Windows color (decimal): -5544288 or 10512043. OLE color: 10512043.
HSL color Cylindrical-coordinate representation of color #AB66A0: hue angle of 309.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB66A0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 160 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.33 |
| HSL | 309.57º | 0.29% | 0.54% | - |
| HSV(B) | 309.57º | 0.4% | 0.67% | - |
| XYZ | 27.89 | 20.7 | 35.78 | - |
| YUV | 129.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 160 | 0 | 0.40 | 0.06 | 0.33 | 309.57 | 0.29 | 0.54 |
| Hex | AB | 66 | A0 | 0 | 28 | 6 | 21 | 136 | 1D | 36 |
| Octal | 253 | 146 | 240 | 0 | 50 | 6 | 41 | 466 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10100000 | 0 | 101000 | 110 | 100001 | 100110110 | 11101 | 110110 |
Color Harmonies of #AB66A0
Complementary color
Monochromatic Colors of #AB66A0
Black with #AB66A0
Text Example
Text Example
White with #AB66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66A0; }
p { color: rgb(171,102,160); }
H1.HeaderClassName
{
color: #AB66A0;
}
.AnyTagClassName
{
color: #AB66A0;
}
</style>
background-color css
<style>
a { background-color: #AB66A0; }
a { background-color: rgb(171,102,160); }
div.DivClassName
{
background-color: #AB66A0;
}
.BgClassName
{
background-color: #AB66A0;
}
</style>
border-color css
<style>
span { border-color: #AB66A0; }
span { border-color: rgb(171,102,160); }
td.TdClassName
{
border-color: #AB66A0;
}
.TagClassName
{
border-color: #AB66A0;
}
</style>