Shades of Royal Heath #AB5779
Tints of Royal Heath #AB5779
RGB
CMYK
RGB Variations
Color information
#AB5779 (or 0xAB5779) is known color: Royal Heath. HEX triplet: AB, 57 and 79. RGB value is (171,87,121). Sum of RGB (Red+Green+Blue) = 171+87+121=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5779 is #54A886. Grayscale: #737373. Windows color (decimal): -5548167 or 7952299. OLE color: 7952299.
HSL color Cylindrical-coordinate representation of color #AB5779: hue angle of 335.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5779 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 121 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.33 |
| HSL | 335.71º | 0.33% | 0.51% | - |
| HSV(B) | 335.71º | 0.49% | 0.67% | - |
| XYZ | 23.65 | 16.85 | 20.1 | - |
| YUV | 115.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 121 | 0 | 0.49 | 0.29 | 0.33 | 335.71 | 0.33 | 0.51 |
| Hex | AB | 57 | 79 | 0 | 31 | 1D | 21 | 150 | 21 | 33 |
| Octal | 253 | 127 | 171 | 0 | 61 | 35 | 41 | 520 | 41 | 63 |
| Binary | 10101011 | 1010111 | 1111001 | 0 | 110001 | 11101 | 100001 | 101010000 | 100001 | 110011 |
Color Harmonies of #AB5779
Complementary color
Monochromatic Colors of #AB5779
Black with #AB5779
Text Example
Text Example
White with #AB5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5779; }
p { color: rgb(171,87,121); }
H1.HeaderClassName
{
color: #AB5779;
}
.AnyTagClassName
{
color: #AB5779;
}
</style>
background-color css
<style>
a { background-color: #AB5779; }
a { background-color: rgb(171,87,121); }
div.DivClassName
{
background-color: #AB5779;
}
.BgClassName
{
background-color: #AB5779;
}
</style>
border-color css
<style>
span { border-color: #AB5779; }
span { border-color: rgb(171,87,121); }
td.TdClassName
{
border-color: #AB5779;
}
.TagClassName
{
border-color: #AB5779;
}
</style>