Shades of Royal Heath #AB567F
Tints of Royal Heath #AB567F
RGB
CMYK
RGB Variations
Color information
#AB567F (or 0xAB567F) is known color: Royal Heath. HEX triplet: AB, 56 and 7F. RGB value is (171,86,127). Sum of RGB (Red+Green+Blue) = 171+86+127=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB567F is #54A980. Grayscale: #747474. Windows color (decimal): -5548417 or 8345259. OLE color: 8345259.
HSL color Cylindrical-coordinate representation of color #AB567F: hue angle of 331.06º 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 #AB567F is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 127 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.33 |
| HSL | 331.06º | 0.34% | 0.5% | - |
| HSV(B) | 331.06º | 0.5% | 0.67% | - |
| XYZ | 23.95 | 16.85 | 22.07 | - |
| YUV | 116.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 127 | 0 | 0.50 | 0.26 | 0.33 | 331.06 | 0.34 | 0.5 |
| Hex | AB | 56 | 7F | 0 | 32 | 1A | 21 | 14B | 22 | 32 |
| Octal | 253 | 126 | 177 | 0 | 62 | 32 | 41 | 513 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1111111 | 0 | 110010 | 11010 | 100001 | 101001011 | 100010 | 110010 |
Color Harmonies of #AB567F
Complementary color
Monochromatic Colors of #AB567F
Black with #AB567F
Text Example
Text Example
White with #AB567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB567F; }
p { color: rgb(171,86,127); }
H1.HeaderClassName
{
color: #AB567F;
}
.AnyTagClassName
{
color: #AB567F;
}
</style>
background-color css
<style>
a { background-color: #AB567F; }
a { background-color: rgb(171,86,127); }
div.DivClassName
{
background-color: #AB567F;
}
.BgClassName
{
background-color: #AB567F;
}
</style>
border-color css
<style>
span { border-color: #AB567F; }
span { border-color: rgb(171,86,127); }
td.TdClassName
{
border-color: #AB567F;
}
.TagClassName
{
border-color: #AB567F;
}
</style>