Shades of Royal Heath #AB547C
Tints of Royal Heath #AB547C
RGB
CMYK
RGB Variations
Color information
#AB547C (or 0xAB547C) is known color: Royal Heath. HEX triplet: AB, 54 and 7C. RGB value is (171,84,124). Sum of RGB (Red+Green+Blue) = 171+84+124=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB547C is #54AB83. Grayscale: #727272. Windows color (decimal): -5548932 or 8148139. OLE color: 8148139.
HSL color Cylindrical-coordinate representation of color #AB547C: hue angle of 332.41º 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 #AB547C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 124 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.33 |
| HSL | 332.41º | 0.34% | 0.5% | - |
| HSV(B) | 332.41º | 0.51% | 0.67% | - |
| XYZ | 23.6 | 16.45 | 21 | - |
| YUV | 114.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 124 | 0 | 0.51 | 0.27 | 0.33 | 332.41 | 0.34 | 0.5 |
| Hex | AB | 54 | 7C | 0 | 33 | 1B | 21 | 14C | 22 | 32 |
| Octal | 253 | 124 | 174 | 0 | 63 | 33 | 41 | 514 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1111100 | 0 | 110011 | 11011 | 100001 | 101001100 | 100010 | 110010 |
Color Harmonies of #AB547C
Complementary color
Monochromatic Colors of #AB547C
Black with #AB547C
Text Example
Text Example
White with #AB547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB547C; }
p { color: rgb(171,84,124); }
H1.HeaderClassName
{
color: #AB547C;
}
.AnyTagClassName
{
color: #AB547C;
}
</style>
background-color css
<style>
a { background-color: #AB547C; }
a { background-color: rgb(171,84,124); }
div.DivClassName
{
background-color: #AB547C;
}
.BgClassName
{
background-color: #AB547C;
}
</style>
border-color css
<style>
span { border-color: #AB547C; }
span { border-color: rgb(171,84,124); }
td.TdClassName
{
border-color: #AB547C;
}
.TagClassName
{
border-color: #AB547C;
}
</style>