Shades of Royal Heath #AA4D7F
Tints of Royal Heath #AA4D7F
RGB
CMYK
RGB Variations
Color information
#AA4D7F (or 0xAA4D7F) is known color: Royal Heath. HEX triplet: AA, 4D and 7F. RGB value is (170,77,127). Sum of RGB (Red+Green+Blue) = 170+77+127=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D7F is #55B280. Grayscale: #6E6E6E. Windows color (decimal): -5616257 or 8342954. OLE color: 8342954.
HSL color Cylindrical-coordinate representation of color #AA4D7F: hue angle of 327.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D7F is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 127 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.33 |
| HSL | 327.74º | 0.38% | 0.48% | - |
| HSV(B) | 327.74º | 0.55% | 0.67% | - |
| XYZ | 23.06 | 15.39 | 21.83 | - |
| YUV | 110.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 127 | 0 | 0.55 | 0.25 | 0.33 | 327.74 | 0.38 | 0.48 |
| Hex | AA | 4D | 7F | 0 | 37 | 19 | 21 | 148 | 26 | 30 |
| Octal | 252 | 115 | 177 | 0 | 67 | 31 | 41 | 510 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1111111 | 0 | 110111 | 11001 | 100001 | 101001000 | 100110 | 110000 |
Color Harmonies of #AA4D7F
Complementary color
Monochromatic Colors of #AA4D7F
Black with #AA4D7F
Text Example
Text Example
White with #AA4D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D7F; }
p { color: rgb(170,77,127); }
H1.HeaderClassName
{
color: #AA4D7F;
}
.AnyTagClassName
{
color: #AA4D7F;
}
</style>
background-color css
<style>
a { background-color: #AA4D7F; }
a { background-color: rgb(170,77,127); }
div.DivClassName
{
background-color: #AA4D7F;
}
.BgClassName
{
background-color: #AA4D7F;
}
</style>
border-color css
<style>
span { border-color: #AA4D7F; }
span { border-color: rgb(170,77,127); }
td.TdClassName
{
border-color: #AA4D7F;
}
.TagClassName
{
border-color: #AA4D7F;
}
</style>