Shades of Royal Heath #AB5074
Tints of Royal Heath #AB5074
RGB
CMYK
RGB Variations
Color information
#AB5074 (or 0xAB5074) is known color: Royal Heath. HEX triplet: AB, 50 and 74. RGB value is (171,80,116). Sum of RGB (Red+Green+Blue) = 171+80+116=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5074 is #54AF8B. Grayscale: #6F6F6F. Windows color (decimal): -5549964 or 7622827. OLE color: 7622827.
HSL color Cylindrical-coordinate representation of color #AB5074: hue angle of 336.26º 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 #AB5074 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 116 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.33 |
| HSL | 336.26º | 0.36% | 0.49% | - |
| HSV(B) | 336.26º | 0.53% | 0.67% | - |
| XYZ | 22.82 | 15.66 | 18.34 | - |
| YUV | 111.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 116 | 0 | 0.53 | 0.32 | 0.33 | 336.26 | 0.36 | 0.49 |
| Hex | AB | 50 | 74 | 0 | 35 | 20 | 21 | 150 | 24 | 31 |
| Octal | 253 | 120 | 164 | 0 | 65 | 40 | 41 | 520 | 44 | 61 |
| Binary | 10101011 | 1010000 | 1110100 | 0 | 110101 | 100000 | 100001 | 101010000 | 100100 | 110001 |
Color Harmonies of #AB5074
Complementary color
Monochromatic Colors of #AB5074
Black with #AB5074
Text Example
Text Example
White with #AB5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5074; }
p { color: rgb(171,80,116); }
H1.HeaderClassName
{
color: #AB5074;
}
.AnyTagClassName
{
color: #AB5074;
}
</style>
background-color css
<style>
a { background-color: #AB5074; }
a { background-color: rgb(171,80,116); }
div.DivClassName
{
background-color: #AB5074;
}
.BgClassName
{
background-color: #AB5074;
}
</style>
border-color css
<style>
span { border-color: #AB5074; }
span { border-color: rgb(171,80,116); }
td.TdClassName
{
border-color: #AB5074;
}
.TagClassName
{
border-color: #AB5074;
}
</style>