Shades of Royal Heath #AB5376
Tints of Royal Heath #AB5376
RGB
CMYK
RGB Variations
Color information
#AB5376 (or 0xAB5376) is known color: Royal Heath. HEX triplet: AB, 53 and 76. RGB value is (171,83,118). Sum of RGB (Red+Green+Blue) = 171+83+118=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5376 is #54AC89. Grayscale: #717171. Windows color (decimal): -5549194 or 7754667. OLE color: 7754667.
HSL color Cylindrical-coordinate representation of color #AB5376: hue angle of 336.14º 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 #AB5376 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 118 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.33 |
| HSL | 336.14º | 0.35% | 0.5% | - |
| HSV(B) | 336.14º | 0.51% | 0.67% | - |
| XYZ | 23.16 | 16.15 | 19.04 | - |
| YUV | 113.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 118 | 0 | 0.51 | 0.31 | 0.33 | 336.14 | 0.35 | 0.5 |
| Hex | AB | 53 | 76 | 0 | 33 | 1F | 21 | 150 | 23 | 32 |
| Octal | 253 | 123 | 166 | 0 | 63 | 37 | 41 | 520 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1110110 | 0 | 110011 | 11111 | 100001 | 101010000 | 100011 | 110010 |
Color Harmonies of #AB5376
Complementary color
Monochromatic Colors of #AB5376
Black with #AB5376
Text Example
Text Example
White with #AB5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5376; }
p { color: rgb(171,83,118); }
H1.HeaderClassName
{
color: #AB5376;
}
.AnyTagClassName
{
color: #AB5376;
}
</style>
background-color css
<style>
a { background-color: #AB5376; }
a { background-color: rgb(171,83,118); }
div.DivClassName
{
background-color: #AB5376;
}
.BgClassName
{
background-color: #AB5376;
}
</style>
border-color css
<style>
span { border-color: #AB5376; }
span { border-color: rgb(171,83,118); }
td.TdClassName
{
border-color: #AB5376;
}
.TagClassName
{
border-color: #AB5376;
}
</style>