Shades of Royal Heath #AB4573
Tints of Royal Heath #AB4573
RGB
CMYK
RGB Variations
Color information
#AB4573 (or 0xAB4573) is known color: Royal Heath. HEX triplet: AB, 45 and 73. RGB value is (171,69,115). Sum of RGB (Red+Green+Blue) = 171+69+115=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4573 is #54BA8C. Grayscale: #686868. Windows color (decimal): -5552781 or 7554475. OLE color: 7554475.
HSL color Cylindrical-coordinate representation of color #AB4573: hue angle of 332.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4573 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 115 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.33 |
| HSL | 332.94º | 0.43% | 0.47% | - |
| HSV(B) | 332.94º | 0.6% | 0.67% | - |
| XYZ | 22.02 | 14.15 | 17.79 | - |
| YUV | 104.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 115 | 0 | 0.60 | 0.33 | 0.33 | 332.94 | 0.43 | 0.47 |
| Hex | AB | 45 | 73 | 0 | 3C | 21 | 21 | 14D | 2A | 2F |
| Octal | 253 | 105 | 163 | 0 | 74 | 41 | 41 | 515 | 52 | 57 |
| Binary | 10101011 | 1000101 | 1110011 | 0 | 111100 | 100001 | 100001 | 101001101 | 101010 | 101111 |
Color Harmonies of #AB4573
Complementary color
Monochromatic Colors of #AB4573
Black with #AB4573
Text Example
Text Example
White with #AB4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4573; }
p { color: rgb(171,69,115); }
H1.HeaderClassName
{
color: #AB4573;
}
.AnyTagClassName
{
color: #AB4573;
}
</style>
background-color css
<style>
a { background-color: #AB4573; }
a { background-color: rgb(171,69,115); }
div.DivClassName
{
background-color: #AB4573;
}
.BgClassName
{
background-color: #AB4573;
}
</style>
border-color css
<style>
span { border-color: #AB4573; }
span { border-color: rgb(171,69,115); }
td.TdClassName
{
border-color: #AB4573;
}
.TagClassName
{
border-color: #AB4573;
}
</style>