Shades of Royal Heath #AB5874
Tints of Royal Heath #AB5874
RGB
CMYK
RGB Variations
Color information
#AB5874 (or 0xAB5874) is known color: Royal Heath. HEX triplet: AB, 58 and 74. RGB value is (171,88,116). Sum of RGB (Red+Green+Blue) = 171+88+116=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5874 is #54A78B. Grayscale: #737373. Windows color (decimal): -5547916 or 7624875. OLE color: 7624875.
HSL color Cylindrical-coordinate representation of color #AB5874: hue angle of 339.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5874 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 116 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.33 |
| HSL | 339.76º | 0.33% | 0.51% | - |
| HSV(B) | 339.76º | 0.49% | 0.67% | - |
| XYZ | 23.44 | 16.9 | 18.55 | - |
| YUV | 116.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 116 | 0 | 0.49 | 0.32 | 0.33 | 339.76 | 0.33 | 0.51 |
| Hex | AB | 58 | 74 | 0 | 31 | 20 | 21 | 154 | 21 | 33 |
| Octal | 253 | 130 | 164 | 0 | 61 | 40 | 41 | 524 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1110100 | 0 | 110001 | 100000 | 100001 | 101010100 | 100001 | 110011 |
Color Harmonies of #AB5874
Complementary color
Monochromatic Colors of #AB5874
Black with #AB5874
Text Example
Text Example
White with #AB5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5874; }
p { color: rgb(171,88,116); }
H1.HeaderClassName
{
color: #AB5874;
}
.AnyTagClassName
{
color: #AB5874;
}
</style>
background-color css
<style>
a { background-color: #AB5874; }
a { background-color: rgb(171,88,116); }
div.DivClassName
{
background-color: #AB5874;
}
.BgClassName
{
background-color: #AB5874;
}
</style>
border-color css
<style>
span { border-color: #AB5874; }
span { border-color: rgb(171,88,116); }
td.TdClassName
{
border-color: #AB5874;
}
.TagClassName
{
border-color: #AB5874;
}
</style>