Shades of Royal Heath #AA4C7F
Tints of Royal Heath #AA4C7F
RGB
CMYK
RGB Variations
Color information
#AA4C7F (or 0xAA4C7F) is known color: Royal Heath. HEX triplet: AA, 4C and 7F. RGB value is (170,76,127). Sum of RGB (Red+Green+Blue) = 170+76+127=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C7F is #55B380. Grayscale: #6D6D6D. Windows color (decimal): -5616513 or 8342698. OLE color: 8342698.
HSL color Cylindrical-coordinate representation of color #AA4C7F: hue angle of 327.45º 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 #AA4C7F is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 127 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.33 |
| HSL | 327.45º | 0.38% | 0.48% | - |
| HSV(B) | 327.45º | 0.55% | 0.67% | - |
| XYZ | 22.99 | 15.25 | 21.81 | - |
| YUV | 109.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 127 | 0 | 0.55 | 0.25 | 0.33 | 327.45 | 0.38 | 0.48 |
| Hex | AA | 4C | 7F | 0 | 37 | 19 | 21 | 147 | 26 | 30 |
| Octal | 252 | 114 | 177 | 0 | 67 | 31 | 41 | 507 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1111111 | 0 | 110111 | 11001 | 100001 | 101000111 | 100110 | 110000 |
Color Harmonies of #AA4C7F
Complementary color
Monochromatic Colors of #AA4C7F
Black with #AA4C7F
Text Example
Text Example
White with #AA4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C7F; }
p { color: rgb(170,76,127); }
H1.HeaderClassName
{
color: #AA4C7F;
}
.AnyTagClassName
{
color: #AA4C7F;
}
</style>
background-color css
<style>
a { background-color: #AA4C7F; }
a { background-color: rgb(170,76,127); }
div.DivClassName
{
background-color: #AA4C7F;
}
.BgClassName
{
background-color: #AA4C7F;
}
</style>
border-color css
<style>
span { border-color: #AA4C7F; }
span { border-color: rgb(170,76,127); }
td.TdClassName
{
border-color: #AA4C7F;
}
.TagClassName
{
border-color: #AA4C7F;
}
</style>