Shades of Violet Blue #AB72A8
Tints of Violet Blue #AB72A8
RGB
CMYK
RGB Variations
Color information
#AB72A8 (or 0xAB72A8) is known color: Violet Blue. HEX triplet: AB, 72 and A8. RGB value is (171,114,168). Sum of RGB (Red+Green+Blue) = 171+114+168=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72A8 is #548D57. Grayscale: #898989. Windows color (decimal): -5541208 or 11039403. OLE color: 11039403.
HSL color Cylindrical-coordinate representation of color #AB72A8: hue angle of 303.16º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB72A8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 168 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.33 |
| HSL | 303.16º | 0.25% | 0.56% | - |
| HSV(B) | 303.16º | 0.33% | 0.67% | - |
| XYZ | 29.88 | 23.52 | 40.01 | - |
| YUV | 137.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 168 | 0 | 0.33 | 0.02 | 0.33 | 303.16 | 0.25 | 0.56 |
| Hex | AB | 72 | A8 | 0 | 21 | 2 | 21 | 12F | 19 | 38 |
| Octal | 253 | 162 | 250 | 0 | 41 | 2 | 41 | 457 | 31 | 70 |
| Binary | 10101011 | 1110010 | 10101000 | 0 | 100001 | 10 | 100001 | 100101111 | 11001 | 111000 |
Color Harmonies of #AB72A8
Complementary color
Monochromatic Colors of #AB72A8
Black with #AB72A8
Text Example
Text Example
White with #AB72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72A8; }
p { color: rgb(171,114,168); }
H1.HeaderClassName
{
color: #AB72A8;
}
.AnyTagClassName
{
color: #AB72A8;
}
</style>
background-color css
<style>
a { background-color: #AB72A8; }
a { background-color: rgb(171,114,168); }
div.DivClassName
{
background-color: #AB72A8;
}
.BgClassName
{
background-color: #AB72A8;
}
</style>
border-color css
<style>
span { border-color: #AB72A8; }
span { border-color: rgb(171,114,168); }
td.TdClassName
{
border-color: #AB72A8;
}
.TagClassName
{
border-color: #AB72A8;
}
</style>