Shades of Violet Blue #AB64A0
Tints of Violet Blue #AB64A0
RGB
CMYK
RGB Variations
Color information
#AB64A0 (or 0xAB64A0) is known color: Violet Blue. HEX triplet: AB, 64 and A0. RGB value is (171,100,160). Sum of RGB (Red+Green+Blue) = 171+100+160=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB64A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64A0 is #549B5F. Grayscale: #7F7F7F. Windows color (decimal): -5544800 or 10511531. OLE color: 10511531.
HSL color Cylindrical-coordinate representation of color #AB64A0: hue angle of 309.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB64A0 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 160 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.33 |
| HSL | 309.3º | 0.3% | 0.53% | - |
| HSV(B) | 309.3º | 0.42% | 0.67% | - |
| XYZ | 27.7 | 20.31 | 35.72 | - |
| YUV | 128.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 160 | 0 | 0.42 | 0.06 | 0.33 | 309.3 | 0.3 | 0.53 |
| Hex | AB | 64 | A0 | 0 | 2A | 6 | 21 | 135 | 1E | 35 |
| Octal | 253 | 144 | 240 | 0 | 52 | 6 | 41 | 465 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10100000 | 0 | 101010 | 110 | 100001 | 100110101 | 11110 | 110101 |
Color Harmonies of #AB64A0
Complementary color
Monochromatic Colors of #AB64A0
Black with #AB64A0
Text Example
Text Example
White with #AB64A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64A0; }
p { color: rgb(171,100,160); }
H1.HeaderClassName
{
color: #AB64A0;
}
.AnyTagClassName
{
color: #AB64A0;
}
</style>
background-color css
<style>
a { background-color: #AB64A0; }
a { background-color: rgb(171,100,160); }
div.DivClassName
{
background-color: #AB64A0;
}
.BgClassName
{
background-color: #AB64A0;
}
</style>
border-color css
<style>
span { border-color: #AB64A0; }
span { border-color: rgb(171,100,160); }
td.TdClassName
{
border-color: #AB64A0;
}
.TagClassName
{
border-color: #AB64A0;
}
</style>