Shades of Royal Heath #AB5377
Tints of Royal Heath #AB5377
RGB
CMYK
RGB Variations
Color information
#AB5377 (or 0xAB5377) is known color: Royal Heath. HEX triplet: AB, 53 and 77. RGB value is (171,83,119). Sum of RGB (Red+Green+Blue) = 171+83+119=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5377 is #54AC88. Grayscale: #717171. Windows color (decimal): -5549193 or 7820203. OLE color: 7820203.
HSL color Cylindrical-coordinate representation of color #AB5377: hue angle of 335.45º degrees, saturation: 0.35, 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 #AB5377 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 119 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.33 |
| HSL | 335.45º | 0.35% | 0.5% | - |
| HSV(B) | 335.45º | 0.51% | 0.67% | - |
| XYZ | 23.22 | 16.18 | 19.35 | - |
| YUV | 113.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 119 | 0 | 0.51 | 0.30 | 0.33 | 335.45 | 0.35 | 0.5 |
| Hex | AB | 53 | 77 | 0 | 33 | 1E | 21 | 14F | 23 | 32 |
| Octal | 253 | 123 | 167 | 0 | 63 | 36 | 41 | 517 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1110111 | 0 | 110011 | 11110 | 100001 | 101001111 | 100011 | 110010 |
Color Harmonies of #AB5377
Complementary color
Monochromatic Colors of #AB5377
Black with #AB5377
Text Example
Text Example
White with #AB5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5377; }
p { color: rgb(171,83,119); }
H1.HeaderClassName
{
color: #AB5377;
}
.AnyTagClassName
{
color: #AB5377;
}
</style>
background-color css
<style>
a { background-color: #AB5377; }
a { background-color: rgb(171,83,119); }
div.DivClassName
{
background-color: #AB5377;
}
.BgClassName
{
background-color: #AB5377;
}
</style>
border-color css
<style>
span { border-color: #AB5377; }
span { border-color: rgb(171,83,119); }
td.TdClassName
{
border-color: #AB5377;
}
.TagClassName
{
border-color: #AB5377;
}
</style>