Shades of Royal Heath #AB477F
Tints of Royal Heath #AB477F
RGB
CMYK
RGB Variations
Color information
#AB477F (or 0xAB477F) is known color: Royal Heath. HEX triplet: AB, 47 and 7F. RGB value is (171,71,127). Sum of RGB (Red+Green+Blue) = 171+71+127=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB477F is #54B880. Grayscale: #6B6B6B. Windows color (decimal): -5552257 or 8341419. OLE color: 8341419.
HSL color Cylindrical-coordinate representation of color #AB477F: hue angle of 326.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB477F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 127 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.33 |
| HSL | 326.4º | 0.41% | 0.47% | - |
| HSV(B) | 326.4º | 0.58% | 0.67% | - |
| XYZ | 22.88 | 14.7 | 21.71 | - |
| YUV | 107.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 127 | 0 | 0.58 | 0.26 | 0.33 | 326.4 | 0.41 | 0.47 |
| Hex | AB | 47 | 7F | 0 | 3A | 1A | 21 | 146 | 29 | 2F |
| Octal | 253 | 107 | 177 | 0 | 72 | 32 | 41 | 506 | 51 | 57 |
| Binary | 10101011 | 1000111 | 1111111 | 0 | 111010 | 11010 | 100001 | 101000110 | 101001 | 101111 |
Color Harmonies of #AB477F
Complementary color
Monochromatic Colors of #AB477F
Black with #AB477F
Text Example
Text Example
White with #AB477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB477F; }
p { color: rgb(171,71,127); }
H1.HeaderClassName
{
color: #AB477F;
}
.AnyTagClassName
{
color: #AB477F;
}
</style>
background-color css
<style>
a { background-color: #AB477F; }
a { background-color: rgb(171,71,127); }
div.DivClassName
{
background-color: #AB477F;
}
.BgClassName
{
background-color: #AB477F;
}
</style>
border-color css
<style>
span { border-color: #AB477F; }
span { border-color: rgb(171,71,127); }
td.TdClassName
{
border-color: #AB477F;
}
.TagClassName
{
border-color: #AB477F;
}
</style>