Shades of Royal Heath #AB5473
Tints of Royal Heath #AB5473
RGB
CMYK
RGB Variations
Color information
#AB5473 (or 0xAB5473) is known color: Royal Heath. HEX triplet: AB, 54 and 73. RGB value is (171,84,115). Sum of RGB (Red+Green+Blue) = 171+84+115=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5473 is #54AB8C. Grayscale: #717171. Windows color (decimal): -5548941 or 7558315. OLE color: 7558315.
HSL color Cylindrical-coordinate representation of color #AB5473: hue angle of 338.62º 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 #AB5473 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 115 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.33 |
| HSL | 338.62º | 0.34% | 0.5% | - |
| HSV(B) | 338.62º | 0.51% | 0.67% | - |
| XYZ | 23.06 | 16.24 | 18.14 | - |
| YUV | 113.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 115 | 0 | 0.51 | 0.33 | 0.33 | 338.62 | 0.34 | 0.5 |
| Hex | AB | 54 | 73 | 0 | 33 | 21 | 21 | 153 | 22 | 32 |
| Octal | 253 | 124 | 163 | 0 | 63 | 41 | 41 | 523 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1110011 | 0 | 110011 | 100001 | 100001 | 101010011 | 100010 | 110010 |
Color Harmonies of #AB5473
Complementary color
Monochromatic Colors of #AB5473
Black with #AB5473
Text Example
Text Example
White with #AB5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5473; }
p { color: rgb(171,84,115); }
H1.HeaderClassName
{
color: #AB5473;
}
.AnyTagClassName
{
color: #AB5473;
}
</style>
background-color css
<style>
a { background-color: #AB5473; }
a { background-color: rgb(171,84,115); }
div.DivClassName
{
background-color: #AB5473;
}
.BgClassName
{
background-color: #AB5473;
}
</style>
border-color css
<style>
span { border-color: #AB5473; }
span { border-color: rgb(171,84,115); }
td.TdClassName
{
border-color: #AB5473;
}
.TagClassName
{
border-color: #AB5473;
}
</style>