Shades of Royal Heath #AB5484
Tints of Royal Heath #AB5484
RGB
CMYK
RGB Variations
Color information
#AB5484 (or 0xAB5484) is known color: Royal Heath. HEX triplet: AB, 54 and 84. RGB value is (171,84,132). Sum of RGB (Red+Green+Blue) = 171+84+132=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5484 is #54AB7B. Grayscale: #737373. Windows color (decimal): -5548924 or 8672427. OLE color: 8672427.
HSL color Cylindrical-coordinate representation of color #AB5484: hue angle of 326.9º degrees, saturation: 0.34, 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 #AB5484 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 132 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.33 |
| HSL | 326.9º | 0.34% | 0.5% | - |
| HSV(B) | 326.9º | 0.51% | 0.67% | - |
| XYZ | 24.13 | 16.66 | 23.77 | - |
| YUV | 115.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 132 | 0 | 0.51 | 0.23 | 0.33 | 326.9 | 0.34 | 0.5 |
| Hex | AB | 54 | 84 | 0 | 33 | 17 | 21 | 147 | 22 | 32 |
| Octal | 253 | 124 | 204 | 0 | 63 | 27 | 41 | 507 | 42 | 62 |
| Binary | 10101011 | 1010100 | 10000100 | 0 | 110011 | 10111 | 100001 | 101000111 | 100010 | 110010 |
Color Harmonies of #AB5484
Complementary color
Monochromatic Colors of #AB5484
Black with #AB5484
Text Example
Text Example
White with #AB5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5484; }
p { color: rgb(171,84,132); }
H1.HeaderClassName
{
color: #AB5484;
}
.AnyTagClassName
{
color: #AB5484;
}
</style>
background-color css
<style>
a { background-color: #AB5484; }
a { background-color: rgb(171,84,132); }
div.DivClassName
{
background-color: #AB5484;
}
.BgClassName
{
background-color: #AB5484;
}
</style>
border-color css
<style>
span { border-color: #AB5484; }
span { border-color: rgb(171,84,132); }
td.TdClassName
{
border-color: #AB5484;
}
.TagClassName
{
border-color: #AB5484;
}
</style>