Shades of Royal Heath #AB5072
Tints of Royal Heath #AB5072
RGB
CMYK
RGB Variations
Color information
#AB5072 (or 0xAB5072) is known color: Royal Heath. HEX triplet: AB, 50 and 72. RGB value is (171,80,114). Sum of RGB (Red+Green+Blue) = 171+80+114=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5072 is #54AF8D. Grayscale: #6F6F6F. Windows color (decimal): -5549966 or 7491755. OLE color: 7491755.
HSL color Cylindrical-coordinate representation of color #AB5072: hue angle of 337.58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5072 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 114 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.33 |
| HSL | 337.58º | 0.36% | 0.49% | - |
| HSV(B) | 337.58º | 0.53% | 0.67% | - |
| XYZ | 22.7 | 15.61 | 17.74 | - |
| YUV | 111.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 114 | 0 | 0.53 | 0.33 | 0.33 | 337.58 | 0.36 | 0.49 |
| Hex | AB | 50 | 72 | 0 | 35 | 21 | 21 | 152 | 24 | 31 |
| Octal | 253 | 120 | 162 | 0 | 65 | 41 | 41 | 522 | 44 | 61 |
| Binary | 10101011 | 1010000 | 1110010 | 0 | 110101 | 100001 | 100001 | 101010010 | 100100 | 110001 |
Color Harmonies of #AB5072
Complementary color
Monochromatic Colors of #AB5072
Black with #AB5072
Text Example
Text Example
White with #AB5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5072; }
p { color: rgb(171,80,114); }
H1.HeaderClassName
{
color: #AB5072;
}
.AnyTagClassName
{
color: #AB5072;
}
</style>
background-color css
<style>
a { background-color: #AB5072; }
a { background-color: rgb(171,80,114); }
div.DivClassName
{
background-color: #AB5072;
}
.BgClassName
{
background-color: #AB5072;
}
</style>
border-color css
<style>
span { border-color: #AB5072; }
span { border-color: rgb(171,80,114); }
td.TdClassName
{
border-color: #AB5072;
}
.TagClassName
{
border-color: #AB5072;
}
</style>