Shades of Royal Heath #AA4F7F
Tints of Royal Heath #AA4F7F
RGB
CMYK
RGB Variations
Color information
#AA4F7F (or 0xAA4F7F) is known color: Royal Heath. HEX triplet: AA, 4F and 7F. RGB value is (170,79,127). Sum of RGB (Red+Green+Blue) = 170+79+127=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F7F is #55B080. Grayscale: #6F6F6F. Windows color (decimal): -5615745 or 8343466. OLE color: 8343466.
HSL color Cylindrical-coordinate representation of color #AA4F7F: hue angle of 328.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4F7F is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 127 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.33 |
| HSL | 328.35º | 0.37% | 0.49% | - |
| HSV(B) | 328.35º | 0.54% | 0.67% | - |
| XYZ | 23.2 | 15.67 | 21.88 | - |
| YUV | 111.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 127 | 0 | 0.54 | 0.25 | 0.33 | 328.35 | 0.37 | 0.49 |
| Hex | AA | 4F | 7F | 0 | 36 | 19 | 21 | 148 | 25 | 31 |
| Octal | 252 | 117 | 177 | 0 | 66 | 31 | 41 | 510 | 45 | 61 |
| Binary | 10101010 | 1001111 | 1111111 | 0 | 110110 | 11001 | 100001 | 101001000 | 100101 | 110001 |
Color Harmonies of #AA4F7F
Complementary color
Monochromatic Colors of #AA4F7F
Black with #AA4F7F
Text Example
Text Example
White with #AA4F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F7F; }
p { color: rgb(170,79,127); }
H1.HeaderClassName
{
color: #AA4F7F;
}
.AnyTagClassName
{
color: #AA4F7F;
}
</style>
background-color css
<style>
a { background-color: #AA4F7F; }
a { background-color: rgb(170,79,127); }
div.DivClassName
{
background-color: #AA4F7F;
}
.BgClassName
{
background-color: #AA4F7F;
}
</style>
border-color css
<style>
span { border-color: #AA4F7F; }
span { border-color: rgb(170,79,127); }
td.TdClassName
{
border-color: #AA4F7F;
}
.TagClassName
{
border-color: #AA4F7F;
}
</style>