Shades of Royal Heath #AB5585
Tints of Royal Heath #AB5585
RGB
CMYK
RGB Variations
Color information
#AB5585 (or 0xAB5585) is known color: Royal Heath. HEX triplet: AB, 55 and 85. RGB value is (171,85,133). Sum of RGB (Red+Green+Blue) = 171+85+133=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5585 is #54AA7A. Grayscale: #747474. Windows color (decimal): -5548667 or 8738219. OLE color: 8738219.
HSL color Cylindrical-coordinate representation of color #AB5585: hue angle of 326.51º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5585 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 133 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.33 |
| HSL | 326.51º | 0.34% | 0.5% | - |
| HSV(B) | 326.51º | 0.5% | 0.67% | - |
| XYZ | 24.28 | 16.85 | 24.16 | - |
| YUV | 116.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 133 | 0 | 0.50 | 0.22 | 0.33 | 326.51 | 0.34 | 0.5 |
| Hex | AB | 55 | 85 | 0 | 32 | 16 | 21 | 147 | 22 | 32 |
| Octal | 253 | 125 | 205 | 0 | 62 | 26 | 41 | 507 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10000101 | 0 | 110010 | 10110 | 100001 | 101000111 | 100010 | 110010 |
Color Harmonies of #AB5585
Complementary color
Monochromatic Colors of #AB5585
Black with #AB5585
Text Example
Text Example
White with #AB5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5585; }
p { color: rgb(171,85,133); }
H1.HeaderClassName
{
color: #AB5585;
}
.AnyTagClassName
{
color: #AB5585;
}
</style>
background-color css
<style>
a { background-color: #AB5585; }
a { background-color: rgb(171,85,133); }
div.DivClassName
{
background-color: #AB5585;
}
.BgClassName
{
background-color: #AB5585;
}
</style>
border-color css
<style>
span { border-color: #AB5585; }
span { border-color: rgb(171,85,133); }
td.TdClassName
{
border-color: #AB5585;
}
.TagClassName
{
border-color: #AB5585;
}
</style>