Shades of Royal Heath #AB5472
Tints of Royal Heath #AB5472
RGB
CMYK
RGB Variations
Color information
#AB5472 (or 0xAB5472) is known color: Royal Heath. HEX triplet: AB, 54 and 72. RGB value is (171,84,114). Sum of RGB (Red+Green+Blue) = 171+84+114=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5472 is #54AB8D. Grayscale: #717171. Windows color (decimal): -5548942 or 7492779. OLE color: 7492779.
HSL color Cylindrical-coordinate representation of color #AB5472: hue angle of 339.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5472 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 114 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.33 |
| HSL | 339.31º | 0.34% | 0.5% | - |
| HSV(B) | 339.31º | 0.51% | 0.67% | - |
| XYZ | 23 | 16.21 | 17.84 | - |
| YUV | 113.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 114 | 0 | 0.51 | 0.33 | 0.33 | 339.31 | 0.34 | 0.5 |
| Hex | AB | 54 | 72 | 0 | 33 | 21 | 21 | 153 | 22 | 32 |
| Octal | 253 | 124 | 162 | 0 | 63 | 41 | 41 | 523 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1110010 | 0 | 110011 | 100001 | 100001 | 101010011 | 100010 | 110010 |
Color Harmonies of #AB5472
Complementary color
Monochromatic Colors of #AB5472
Black with #AB5472
Text Example
Text Example
White with #AB5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5472; }
p { color: rgb(171,84,114); }
H1.HeaderClassName
{
color: #AB5472;
}
.AnyTagClassName
{
color: #AB5472;
}
</style>
background-color css
<style>
a { background-color: #AB5472; }
a { background-color: rgb(171,84,114); }
div.DivClassName
{
background-color: #AB5472;
}
.BgClassName
{
background-color: #AB5472;
}
</style>
border-color css
<style>
span { border-color: #AB5472; }
span { border-color: rgb(171,84,114); }
td.TdClassName
{
border-color: #AB5472;
}
.TagClassName
{
border-color: #AB5472;
}
</style>