Shades of Royal Heath #AB547B
Tints of Royal Heath #AB547B
RGB
CMYK
RGB Variations
Color information
#AB547B (or 0xAB547B) is known color: Royal Heath. HEX triplet: AB, 54 and 7B. RGB value is (171,84,123). Sum of RGB (Red+Green+Blue) = 171+84+123=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB547B is #54AB84. Grayscale: #727272. Windows color (decimal): -5548933 or 8082603. OLE color: 8082603.
HSL color Cylindrical-coordinate representation of color #AB547B: hue angle of 333.1º 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 #AB547B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 123 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.33 |
| HSL | 333.1º | 0.34% | 0.5% | - |
| HSV(B) | 333.1º | 0.51% | 0.67% | - |
| XYZ | 23.54 | 16.43 | 20.67 | - |
| YUV | 114.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 123 | 0 | 0.51 | 0.28 | 0.33 | 333.1 | 0.34 | 0.5 |
| Hex | AB | 54 | 7B | 0 | 33 | 1C | 21 | 14D | 22 | 32 |
| Octal | 253 | 124 | 173 | 0 | 63 | 34 | 41 | 515 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1111011 | 0 | 110011 | 11100 | 100001 | 101001101 | 100010 | 110010 |
Color Harmonies of #AB547B
Complementary color
Monochromatic Colors of #AB547B
Black with #AB547B
Text Example
Text Example
White with #AB547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB547B; }
p { color: rgb(171,84,123); }
H1.HeaderClassName
{
color: #AB547B;
}
.AnyTagClassName
{
color: #AB547B;
}
</style>
background-color css
<style>
a { background-color: #AB547B; }
a { background-color: rgb(171,84,123); }
div.DivClassName
{
background-color: #AB547B;
}
.BgClassName
{
background-color: #AB547B;
}
</style>
border-color css
<style>
span { border-color: #AB547B; }
span { border-color: rgb(171,84,123); }
td.TdClassName
{
border-color: #AB547B;
}
.TagClassName
{
border-color: #AB547B;
}
</style>