Shades of Royal Heath #AB5385
Tints of Royal Heath #AB5385
RGB
CMYK
RGB Variations
Color information
#AB5385 (or 0xAB5385) is known color: Royal Heath. HEX triplet: AB, 53 and 85. RGB value is (171,83,133). Sum of RGB (Red+Green+Blue) = 171+83+133=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5385 is #54AC7A. Grayscale: #727272. Windows color (decimal): -5549179 or 8737707. OLE color: 8737707.
HSL color Cylindrical-coordinate representation of color #AB5385: hue angle of 325.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5385 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 133 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.33 |
| HSL | 325.91º | 0.35% | 0.5% | - |
| HSV(B) | 325.91º | 0.51% | 0.67% | - |
| XYZ | 24.12 | 16.54 | 24.11 | - |
| YUV | 115.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 133 | 0 | 0.51 | 0.22 | 0.33 | 325.91 | 0.35 | 0.5 |
| Hex | AB | 53 | 85 | 0 | 33 | 16 | 21 | 146 | 23 | 32 |
| Octal | 253 | 123 | 205 | 0 | 63 | 26 | 41 | 506 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10000101 | 0 | 110011 | 10110 | 100001 | 101000110 | 100011 | 110010 |
Color Harmonies of #AB5385
Complementary color
Monochromatic Colors of #AB5385
Black with #AB5385
Text Example
Text Example
White with #AB5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5385; }
p { color: rgb(171,83,133); }
H1.HeaderClassName
{
color: #AB5385;
}
.AnyTagClassName
{
color: #AB5385;
}
</style>
background-color css
<style>
a { background-color: #AB5385; }
a { background-color: rgb(171,83,133); }
div.DivClassName
{
background-color: #AB5385;
}
.BgClassName
{
background-color: #AB5385;
}
</style>
border-color css
<style>
span { border-color: #AB5385; }
span { border-color: rgb(171,83,133); }
td.TdClassName
{
border-color: #AB5385;
}
.TagClassName
{
border-color: #AB5385;
}
</style>