Shades of Royal Heath #AB477E
Tints of Royal Heath #AB477E
RGB
CMYK
RGB Variations
Color information
#AB477E (or 0xAB477E) is known color: Royal Heath. HEX triplet: AB, 47 and 7E. RGB value is (171,71,126). Sum of RGB (Red+Green+Blue) = 171+71+126=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB477E is #54B881. Grayscale: #6B6B6B. Windows color (decimal): -5552258 or 8275883. OLE color: 8275883.
HSL color Cylindrical-coordinate representation of color #AB477E: hue angle of 327º 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 #AB477E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 126 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.33 |
| HSL | 327º | 0.41% | 0.47% | - |
| HSV(B) | 327º | 0.58% | 0.67% | - |
| XYZ | 22.81 | 14.67 | 21.37 | - |
| YUV | 107.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 126 | 0 | 0.58 | 0.26 | 0.33 | 327 | 0.41 | 0.47 |
| Hex | AB | 47 | 7E | 0 | 3A | 1A | 21 | 147 | 29 | 2F |
| Octal | 253 | 107 | 176 | 0 | 72 | 32 | 41 | 507 | 51 | 57 |
| Binary | 10101011 | 1000111 | 1111110 | 0 | 111010 | 11010 | 100001 | 101000111 | 101001 | 101111 |
Color Harmonies of #AB477E
Complementary color
Monochromatic Colors of #AB477E
Black with #AB477E
Text Example
Text Example
White with #AB477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB477E; }
p { color: rgb(171,71,126); }
H1.HeaderClassName
{
color: #AB477E;
}
.AnyTagClassName
{
color: #AB477E;
}
</style>
background-color css
<style>
a { background-color: #AB477E; }
a { background-color: rgb(171,71,126); }
div.DivClassName
{
background-color: #AB477E;
}
.BgClassName
{
background-color: #AB477E;
}
</style>
border-color css
<style>
span { border-color: #AB477E; }
span { border-color: rgb(171,71,126); }
td.TdClassName
{
border-color: #AB477E;
}
.TagClassName
{
border-color: #AB477E;
}
</style>