Shades of Royal Heath #AB5384
Tints of Royal Heath #AB5384
RGB
CMYK
RGB Variations
Color information
#AB5384 (or 0xAB5384) is known color: Royal Heath. HEX triplet: AB, 53 and 84. RGB value is (171,83,132). Sum of RGB (Red+Green+Blue) = 171+83+132=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5384 is #54AC7B. Grayscale: #727272. Windows color (decimal): -5549180 or 8672171. OLE color: 8672171.
HSL color Cylindrical-coordinate representation of color #AB5384: hue angle of 326.59º 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 #AB5384 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 132 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.33 |
| HSL | 326.59º | 0.35% | 0.5% | - |
| HSV(B) | 326.59º | 0.51% | 0.67% | - |
| XYZ | 24.05 | 16.51 | 23.75 | - |
| YUV | 114.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 132 | 0 | 0.51 | 0.23 | 0.33 | 326.59 | 0.35 | 0.5 |
| Hex | AB | 53 | 84 | 0 | 33 | 17 | 21 | 147 | 23 | 32 |
| Octal | 253 | 123 | 204 | 0 | 63 | 27 | 41 | 507 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10000100 | 0 | 110011 | 10111 | 100001 | 101000111 | 100011 | 110010 |
Color Harmonies of #AB5384
Complementary color
Monochromatic Colors of #AB5384
Black with #AB5384
Text Example
Text Example
White with #AB5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5384; }
p { color: rgb(171,83,132); }
H1.HeaderClassName
{
color: #AB5384;
}
.AnyTagClassName
{
color: #AB5384;
}
</style>
background-color css
<style>
a { background-color: #AB5384; }
a { background-color: rgb(171,83,132); }
div.DivClassName
{
background-color: #AB5384;
}
.BgClassName
{
background-color: #AB5384;
}
</style>
border-color css
<style>
span { border-color: #AB5384; }
span { border-color: rgb(171,83,132); }
td.TdClassName
{
border-color: #AB5384;
}
.TagClassName
{
border-color: #AB5384;
}
</style>