Shades of Royal Heath #AB5070
Tints of Royal Heath #AB5070
RGB
CMYK
RGB Variations
Color information
#AB5070 (or 0xAB5070) is known color: Royal Heath. HEX triplet: AB, 50 and 70. RGB value is (171,80,112). Sum of RGB (Red+Green+Blue) = 171+80+112=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5070 is #54AF8F. Grayscale: #6E6E6E. Windows color (decimal): -5549968 or 7360683. OLE color: 7360683.
HSL color Cylindrical-coordinate representation of color #AB5070: hue angle of 338.9º 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 #AB5070 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 112 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.33 |
| HSL | 338.9º | 0.36% | 0.49% | - |
| HSV(B) | 338.9º | 0.53% | 0.67% | - |
| XYZ | 22.59 | 15.57 | 17.14 | - |
| YUV | 110.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 112 | 0 | 0.53 | 0.35 | 0.33 | 338.9 | 0.36 | 0.49 |
| Hex | AB | 50 | 70 | 0 | 35 | 23 | 21 | 153 | 24 | 31 |
| Octal | 253 | 120 | 160 | 0 | 65 | 43 | 41 | 523 | 44 | 61 |
| Binary | 10101011 | 1010000 | 1110000 | 0 | 110101 | 100011 | 100001 | 101010011 | 100100 | 110001 |
Color Harmonies of #AB5070
Complementary color
Monochromatic Colors of #AB5070
Black with #AB5070
Text Example
Text Example
White with #AB5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5070; }
p { color: rgb(171,80,112); }
H1.HeaderClassName
{
color: #AB5070;
}
.AnyTagClassName
{
color: #AB5070;
}
</style>
background-color css
<style>
a { background-color: #AB5070; }
a { background-color: rgb(171,80,112); }
div.DivClassName
{
background-color: #AB5070;
}
.BgClassName
{
background-color: #AB5070;
}
</style>
border-color css
<style>
span { border-color: #AB5070; }
span { border-color: rgb(171,80,112); }
td.TdClassName
{
border-color: #AB5070;
}
.TagClassName
{
border-color: #AB5070;
}
</style>