Shades of Royal Heath #AA4E75
Tints of Royal Heath #AA4E75
RGB
CMYK
RGB Variations
Color information
#AA4E75 (or 0xAA4E75) is known color: Royal Heath. HEX triplet: AA, 4E and 75. RGB value is (170,78,117). Sum of RGB (Red+Green+Blue) = 170+78+117=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E75 is #55B18A. Grayscale: #6D6D6D. Windows color (decimal): -5616011 or 7687850. OLE color: 7687850.
HSL color Cylindrical-coordinate representation of color #AA4E75: hue angle of 334.57º 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 #AA4E75 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 117 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.33 |
| HSL | 334.57º | 0.37% | 0.49% | - |
| HSV(B) | 334.57º | 0.54% | 0.67% | - |
| XYZ | 22.51 | 15.28 | 18.59 | - |
| YUV | 109.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 117 | 0 | 0.54 | 0.31 | 0.33 | 334.57 | 0.37 | 0.49 |
| Hex | AA | 4E | 75 | 0 | 36 | 1F | 21 | 14F | 25 | 31 |
| Octal | 252 | 116 | 165 | 0 | 66 | 37 | 41 | 517 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1110101 | 0 | 110110 | 11111 | 100001 | 101001111 | 100101 | 110001 |
Color Harmonies of #AA4E75
Complementary color
Monochromatic Colors of #AA4E75
Black with #AA4E75
Text Example
Text Example
White with #AA4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E75; }
p { color: rgb(170,78,117); }
H1.HeaderClassName
{
color: #AA4E75;
}
.AnyTagClassName
{
color: #AA4E75;
}
</style>
background-color css
<style>
a { background-color: #AA4E75; }
a { background-color: rgb(170,78,117); }
div.DivClassName
{
background-color: #AA4E75;
}
.BgClassName
{
background-color: #AA4E75;
}
</style>
border-color css
<style>
span { border-color: #AA4E75; }
span { border-color: rgb(170,78,117); }
td.TdClassName
{
border-color: #AA4E75;
}
.TagClassName
{
border-color: #AA4E75;
}
</style>