Shades of Royal Heath #AB5373
Tints of Royal Heath #AB5373
RGB
CMYK
RGB Variations
Color information
#AB5373 (or 0xAB5373) is known color: Royal Heath. HEX triplet: AB, 53 and 73. RGB value is (171,83,115). Sum of RGB (Red+Green+Blue) = 171+83+115=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5373 is #54AC8C. Grayscale: #707070. Windows color (decimal): -5549197 or 7558059. OLE color: 7558059.
HSL color Cylindrical-coordinate representation of color #AB5373: hue angle of 338.18º 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 #AB5373 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 115 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.33 |
| HSL | 338.18º | 0.35% | 0.5% | - |
| HSV(B) | 338.18º | 0.51% | 0.67% | - |
| XYZ | 22.98 | 16.08 | 18.11 | - |
| YUV | 112.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 115 | 0 | 0.51 | 0.33 | 0.33 | 338.18 | 0.35 | 0.5 |
| Hex | AB | 53 | 73 | 0 | 33 | 21 | 21 | 152 | 23 | 32 |
| Octal | 253 | 123 | 163 | 0 | 63 | 41 | 41 | 522 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1110011 | 0 | 110011 | 100001 | 100001 | 101010010 | 100011 | 110010 |
Color Harmonies of #AB5373
Complementary color
Monochromatic Colors of #AB5373
Black with #AB5373
Text Example
Text Example
White with #AB5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5373; }
p { color: rgb(171,83,115); }
H1.HeaderClassName
{
color: #AB5373;
}
.AnyTagClassName
{
color: #AB5373;
}
</style>
background-color css
<style>
a { background-color: #AB5373; }
a { background-color: rgb(171,83,115); }
div.DivClassName
{
background-color: #AB5373;
}
.BgClassName
{
background-color: #AB5373;
}
</style>
border-color css
<style>
span { border-color: #AB5373; }
span { border-color: rgb(171,83,115); }
td.TdClassName
{
border-color: #AB5373;
}
.TagClassName
{
border-color: #AB5373;
}
</style>