Shades of Royal Heath #AB5B74
Tints of Royal Heath #AB5B74
RGB
CMYK
RGB Variations
Color information
#AB5B74 (or 0xAB5B74) is known color: Royal Heath. HEX triplet: AB, 5B and 74. RGB value is (171,91,116). Sum of RGB (Red+Green+Blue) = 171+91+116=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B74 is #54A48B. Grayscale: #757575. Windows color (decimal): -5547148 or 7625643. OLE color: 7625643.
HSL color Cylindrical-coordinate representation of color #AB5B74: hue angle of 341.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B74 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 116 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.33 |
| HSL | 341.25º | 0.32% | 0.51% | - |
| HSV(B) | 341.25º | 0.47% | 0.67% | - |
| XYZ | 23.69 | 17.4 | 18.63 | - |
| YUV | 117.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 116 | 0 | 0.47 | 0.32 | 0.33 | 341.25 | 0.32 | 0.51 |
| Hex | AB | 5B | 74 | 0 | 2F | 20 | 21 | 155 | 20 | 33 |
| Octal | 253 | 133 | 164 | 0 | 57 | 40 | 41 | 525 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1110100 | 0 | 101111 | 100000 | 100001 | 101010101 | 100000 | 110011 |
Color Harmonies of #AB5B74
Complementary color
Monochromatic Colors of #AB5B74
Black with #AB5B74
Text Example
Text Example
White with #AB5B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B74; }
p { color: rgb(171,91,116); }
H1.HeaderClassName
{
color: #AB5B74;
}
.AnyTagClassName
{
color: #AB5B74;
}
</style>
background-color css
<style>
a { background-color: #AB5B74; }
a { background-color: rgb(171,91,116); }
div.DivClassName
{
background-color: #AB5B74;
}
.BgClassName
{
background-color: #AB5B74;
}
</style>
border-color css
<style>
span { border-color: #AB5B74; }
span { border-color: rgb(171,91,116); }
td.TdClassName
{
border-color: #AB5B74;
}
.TagClassName
{
border-color: #AB5B74;
}
</style>