Shades of Violet Blue #AB72A4
Tints of Violet Blue #AB72A4
RGB
CMYK
RGB Variations
Color information
#AB72A4 (or 0xAB72A4) is known color: Violet Blue. HEX triplet: AB, 72 and A4. RGB value is (171,114,164). Sum of RGB (Red+Green+Blue) = 171+114+164=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB72A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72A4 is #548D5B. Grayscale: #888888. Windows color (decimal): -5541212 or 10777259. OLE color: 10777259.
HSL color Cylindrical-coordinate representation of color #AB72A4: hue angle of 307.37º 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 #AB72A4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 164 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.33 |
| HSL | 307.37º | 0.25% | 0.56% | - |
| HSV(B) | 307.37º | 0.33% | 0.67% | - |
| XYZ | 29.51 | 23.37 | 38.08 | - |
| YUV | 136.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 164 | 0 | 0.33 | 0.04 | 0.33 | 307.37 | 0.25 | 0.56 |
| Hex | AB | 72 | A4 | 0 | 21 | 4 | 21 | 133 | 19 | 38 |
| Octal | 253 | 162 | 244 | 0 | 41 | 4 | 41 | 463 | 31 | 70 |
| Binary | 10101011 | 1110010 | 10100100 | 0 | 100001 | 100 | 100001 | 100110011 | 11001 | 111000 |
Color Harmonies of #AB72A4
Complementary color
Monochromatic Colors of #AB72A4
Black with #AB72A4
Text Example
Text Example
White with #AB72A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72A4; }
p { color: rgb(171,114,164); }
H1.HeaderClassName
{
color: #AB72A4;
}
.AnyTagClassName
{
color: #AB72A4;
}
</style>
background-color css
<style>
a { background-color: #AB72A4; }
a { background-color: rgb(171,114,164); }
div.DivClassName
{
background-color: #AB72A4;
}
.BgClassName
{
background-color: #AB72A4;
}
</style>
border-color css
<style>
span { border-color: #AB72A4; }
span { border-color: rgb(171,114,164); }
td.TdClassName
{
border-color: #AB72A4;
}
.TagClassName
{
border-color: #AB72A4;
}
</style>