Shades of Royal Heath #AB477B
Tints of Royal Heath #AB477B
RGB
CMYK
RGB Variations
Color information
#AB477B (or 0xAB477B) is known color: Royal Heath. HEX triplet: AB, 47 and 7B. RGB value is (171,71,123). Sum of RGB (Red+Green+Blue) = 171+71+123=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB477B is #54B884. Grayscale: #6A6A6A. Windows color (decimal): -5552261 or 8079275. OLE color: 8079275.
HSL color Cylindrical-coordinate representation of color #AB477B: hue angle of 328.8º 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 #AB477B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 123 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.33 |
| HSL | 328.8º | 0.41% | 0.47% | - |
| HSV(B) | 328.8º | 0.58% | 0.67% | - |
| XYZ | 22.62 | 14.59 | 20.36 | - |
| YUV | 106.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 123 | 0 | 0.58 | 0.28 | 0.33 | 328.8 | 0.41 | 0.47 |
| Hex | AB | 47 | 7B | 0 | 3A | 1C | 21 | 149 | 29 | 2F |
| Octal | 253 | 107 | 173 | 0 | 72 | 34 | 41 | 511 | 51 | 57 |
| Binary | 10101011 | 1000111 | 1111011 | 0 | 111010 | 11100 | 100001 | 101001001 | 101001 | 101111 |
Color Harmonies of #AB477B
Complementary color
Monochromatic Colors of #AB477B
Black with #AB477B
Text Example
Text Example
White with #AB477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB477B; }
p { color: rgb(171,71,123); }
H1.HeaderClassName
{
color: #AB477B;
}
.AnyTagClassName
{
color: #AB477B;
}
</style>
background-color css
<style>
a { background-color: #AB477B; }
a { background-color: rgb(171,71,123); }
div.DivClassName
{
background-color: #AB477B;
}
.BgClassName
{
background-color: #AB477B;
}
</style>
border-color css
<style>
span { border-color: #AB477B; }
span { border-color: rgb(171,71,123); }
td.TdClassName
{
border-color: #AB477B;
}
.TagClassName
{
border-color: #AB477B;
}
</style>