Shades of Violet Blue #AB72B4
Tints of Violet Blue #AB72B4
RGB
CMYK
RGB Variations
Color information
#AB72B4 (or 0xAB72B4) is known color: Violet Blue. HEX triplet: AB, 72 and B4. RGB value is (171,114,180). Sum of RGB (Red+Green+Blue) = 171+114+180=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB72B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72B4 is #548D4B. Grayscale: #8A8A8A. Windows color (decimal): -5541196 or 11825835. OLE color: 11825835.
HSL color Cylindrical-coordinate representation of color #AB72B4: hue angle of 291.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB72B4 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 114 | 180 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.29 |
| HSL | 291.82º | 0.31% | 0.58% | - |
| HSV(B) | 291.82º | 0.37% | 0.71% | - |
| XYZ | 31.05 | 23.99 | 46.17 | - |
| YUV | 138.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 180 | 0.05 | 0.37 | 0 | 0.29 | 291.82 | 0.31 | 0.58 |
| Hex | AB | 72 | B4 | 5 | 25 | 0 | 1D | 124 | 1F | 3A |
| Octal | 253 | 162 | 264 | 5 | 45 | 0 | 35 | 444 | 37 | 72 |
| Binary | 10101011 | 1110010 | 10110100 | 101 | 100101 | 0 | 11101 | 100100100 | 11111 | 111010 |
Color Harmonies of #AB72B4
Complementary color
Monochromatic Colors of #AB72B4
Black with #AB72B4
Text Example
Text Example
White with #AB72B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72B4; }
p { color: rgb(171,114,180); }
H1.HeaderClassName
{
color: #AB72B4;
}
.AnyTagClassName
{
color: #AB72B4;
}
</style>
background-color css
<style>
a { background-color: #AB72B4; }
a { background-color: rgb(171,114,180); }
div.DivClassName
{
background-color: #AB72B4;
}
.BgClassName
{
background-color: #AB72B4;
}
</style>
border-color css
<style>
span { border-color: #AB72B4; }
span { border-color: rgb(171,114,180); }
td.TdClassName
{
border-color: #AB72B4;
}
.TagClassName
{
border-color: #AB72B4;
}
</style>