Shades of Royal Heath #AB567D
Tints of Royal Heath #AB567D
RGB
CMYK
RGB Variations
Color information
#AB567D (or 0xAB567D) is known color: Royal Heath. HEX triplet: AB, 56 and 7D. RGB value is (171,86,125). Sum of RGB (Red+Green+Blue) = 171+86+125=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB567D is #54A982. Grayscale: #737373. Windows color (decimal): -5548419 or 8214187. OLE color: 8214187.
HSL color Cylindrical-coordinate representation of color #AB567D: hue angle of 332.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB567D is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 125 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.33 |
| HSL | 332.47º | 0.34% | 0.5% | - |
| HSV(B) | 332.47º | 0.5% | 0.67% | - |
| XYZ | 23.82 | 16.79 | 21.39 | - |
| YUV | 115.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 125 | 0 | 0.50 | 0.27 | 0.33 | 332.47 | 0.34 | 0.5 |
| Hex | AB | 56 | 7D | 0 | 32 | 1B | 21 | 14C | 22 | 32 |
| Octal | 253 | 126 | 175 | 0 | 62 | 33 | 41 | 514 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1111101 | 0 | 110010 | 11011 | 100001 | 101001100 | 100010 | 110010 |
Color Harmonies of #AB567D
Complementary color
Monochromatic Colors of #AB567D
Black with #AB567D
Text Example
Text Example
White with #AB567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB567D; }
p { color: rgb(171,86,125); }
H1.HeaderClassName
{
color: #AB567D;
}
.AnyTagClassName
{
color: #AB567D;
}
</style>
background-color css
<style>
a { background-color: #AB567D; }
a { background-color: rgb(171,86,125); }
div.DivClassName
{
background-color: #AB567D;
}
.BgClassName
{
background-color: #AB567D;
}
</style>
border-color css
<style>
span { border-color: #AB567D; }
span { border-color: rgb(171,86,125); }
td.TdClassName
{
border-color: #AB567D;
}
.TagClassName
{
border-color: #AB567D;
}
</style>