Shades of Violet Blue #AB66A4
Tints of Violet Blue #AB66A4
RGB
CMYK
RGB Variations
Color information
#AB66A4 (or 0xAB66A4) is known color: Violet Blue. HEX triplet: AB, 66 and A4. RGB value is (171,102,164). Sum of RGB (Red+Green+Blue) = 171+102+164=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB66A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66A4 is #54995B. Grayscale: #818181. Windows color (decimal): -5544284 or 10774187. OLE color: 10774187.
HSL color Cylindrical-coordinate representation of color #AB66A4: hue angle of 306.09º 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 #AB66A4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 164 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.33 |
| HSL | 306.09º | 0.29% | 0.54% | - |
| HSV(B) | 306.09º | 0.4% | 0.67% | - |
| XYZ | 28.25 | 20.84 | 37.66 | - |
| YUV | 129.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 164 | 0 | 0.40 | 0.04 | 0.33 | 306.09 | 0.29 | 0.54 |
| Hex | AB | 66 | A4 | 0 | 28 | 4 | 21 | 132 | 1D | 36 |
| Octal | 253 | 146 | 244 | 0 | 50 | 4 | 41 | 462 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10100100 | 0 | 101000 | 100 | 100001 | 100110010 | 11101 | 110110 |
Color Harmonies of #AB66A4
Complementary color
Monochromatic Colors of #AB66A4
Black with #AB66A4
Text Example
Text Example
White with #AB66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66A4; }
p { color: rgb(171,102,164); }
H1.HeaderClassName
{
color: #AB66A4;
}
.AnyTagClassName
{
color: #AB66A4;
}
</style>
background-color css
<style>
a { background-color: #AB66A4; }
a { background-color: rgb(171,102,164); }
div.DivClassName
{
background-color: #AB66A4;
}
.BgClassName
{
background-color: #AB66A4;
}
</style>
border-color css
<style>
span { border-color: #AB66A4; }
span { border-color: rgb(171,102,164); }
td.TdClassName
{
border-color: #AB66A4;
}
.TagClassName
{
border-color: #AB66A4;
}
</style>