Shades of Royal Heath #AB5474
Tints of Royal Heath #AB5474
RGB
CMYK
RGB Variations
Color information
#AB5474 (or 0xAB5474) is known color: Royal Heath. HEX triplet: AB, 54 and 74. RGB value is (171,84,116). Sum of RGB (Red+Green+Blue) = 171+84+116=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5474 is #54AB8B. Grayscale: #717171. Windows color (decimal): -5548940 or 7623851. OLE color: 7623851.
HSL color Cylindrical-coordinate representation of color #AB5474: hue angle of 337.93º 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 #AB5474 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 116 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.33 |
| HSL | 337.93º | 0.34% | 0.5% | - |
| HSV(B) | 337.93º | 0.51% | 0.67% | - |
| XYZ | 23.12 | 16.26 | 18.44 | - |
| YUV | 113.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 116 | 0 | 0.51 | 0.32 | 0.33 | 337.93 | 0.34 | 0.5 |
| Hex | AB | 54 | 74 | 0 | 33 | 20 | 21 | 152 | 22 | 32 |
| Octal | 253 | 124 | 164 | 0 | 63 | 40 | 41 | 522 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1110100 | 0 | 110011 | 100000 | 100001 | 101010010 | 100010 | 110010 |
Color Harmonies of #AB5474
Complementary color
Monochromatic Colors of #AB5474
Black with #AB5474
Text Example
Text Example
White with #AB5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5474; }
p { color: rgb(171,84,116); }
H1.HeaderClassName
{
color: #AB5474;
}
.AnyTagClassName
{
color: #AB5474;
}
</style>
background-color css
<style>
a { background-color: #AB5474; }
a { background-color: rgb(171,84,116); }
div.DivClassName
{
background-color: #AB5474;
}
.BgClassName
{
background-color: #AB5474;
}
</style>
border-color css
<style>
span { border-color: #AB5474; }
span { border-color: rgb(171,84,116); }
td.TdClassName
{
border-color: #AB5474;
}
.TagClassName
{
border-color: #AB5474;
}
</style>