Shades of Violet Blue #AB64A8
Tints of Violet Blue #AB64A8
RGB
CMYK
RGB Variations
Color information
#AB64A8 (or 0xAB64A8) is known color: Violet Blue. HEX triplet: AB, 64 and A8. RGB value is (171,100,168). Sum of RGB (Red+Green+Blue) = 171+100+168=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB64A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64A8 is #549B57. Grayscale: #808080. Windows color (decimal): -5544792 or 11035819. OLE color: 11035819.
HSL color Cylindrical-coordinate representation of color #AB64A8: hue angle of 302.54º 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 #AB64A8 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 100 | 168 | - |
CMYK | 0 | 0.42 | 0.02 | 0.33 |
HSL | 302.54º | 0.3% | 0.53% | - |
HSV(B) | 302.54º | 0.42% | 0.67% | - |
XYZ | 28.42 | 20.6 | 39.52 | - |
YUV | 128.98 | 150.02 | 157.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 100 | 168 | 0 | 0.42 | 0.02 | 0.33 | 302.54 | 0.3 | 0.53 |
Hex | AB | 64 | A8 | 0 | 2A | 2 | 21 | 12F | 1E | 35 |
Octal | 253 | 144 | 250 | 0 | 52 | 2 | 41 | 457 | 36 | 65 |
Binary | 10101011 | 1100100 | 10101000 | 0 | 101010 | 10 | 100001 | 100101111 | 11110 | 110101 |
Color Harmonies of #AB64A8
Complementary color
Monochromatic Colors of #AB64A8
Black with #AB64A8
Text Example
Text Example
White with #AB64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64A8; }
p { color: rgb(171,100,168); }
H1.HeaderClassName
{
color: #AB64A8;
}
.AnyTagClassName
{
color: #AB64A8;
}
</style>
background-color css
<style>
a { background-color: #AB64A8; }
a { background-color: rgb(171,100,168); }
div.DivClassName
{
background-color: #AB64A8;
}
.BgClassName
{
background-color: #AB64A8;
}
</style>
border-color css
<style>
span { border-color: #AB64A8; }
span { border-color: rgb(171,100,168); }
td.TdClassName
{
border-color: #AB64A8;
}
.TagClassName
{
border-color: #AB64A8;
}
</style>