Shades of Royal Heath #AB547E
Tints of Royal Heath #AB547E
RGB
CMYK
RGB Variations
Color information
#AB547E (or 0xAB547E) is known color: Royal Heath. HEX triplet: AB, 54 and 7E. RGB value is (171,84,126). Sum of RGB (Red+Green+Blue) = 171+84+126=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB547E is #54AB81. Grayscale: #727272. Windows color (decimal): -5548930 or 8279211. OLE color: 8279211.
HSL color Cylindrical-coordinate representation of color #AB547E: hue angle of 331.03º 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 #AB547E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 126 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.33 |
| HSL | 331.03º | 0.34% | 0.5% | - |
| HSV(B) | 331.03º | 0.51% | 0.67% | - |
| XYZ | 23.73 | 16.5 | 21.67 | - |
| YUV | 114.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 126 | 0 | 0.51 | 0.26 | 0.33 | 331.03 | 0.34 | 0.5 |
| Hex | AB | 54 | 7E | 0 | 33 | 1A | 21 | 14B | 22 | 32 |
| Octal | 253 | 124 | 176 | 0 | 63 | 32 | 41 | 513 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1111110 | 0 | 110011 | 11010 | 100001 | 101001011 | 100010 | 110010 |
Color Harmonies of #AB547E
Complementary color
Monochromatic Colors of #AB547E
Black with #AB547E
Text Example
Text Example
White with #AB547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB547E; }
p { color: rgb(171,84,126); }
H1.HeaderClassName
{
color: #AB547E;
}
.AnyTagClassName
{
color: #AB547E;
}
</style>
background-color css
<style>
a { background-color: #AB547E; }
a { background-color: rgb(171,84,126); }
div.DivClassName
{
background-color: #AB547E;
}
.BgClassName
{
background-color: #AB547E;
}
</style>
border-color css
<style>
span { border-color: #AB547E; }
span { border-color: rgb(171,84,126); }
td.TdClassName
{
border-color: #AB547E;
}
.TagClassName
{
border-color: #AB547E;
}
</style>