Shades of Royal Heath #AA4179
Tints of Royal Heath #AA4179
RGB
CMYK
RGB Variations
Color information
#AA4179 (or 0xAA4179) is known color: Royal Heath. HEX triplet: AA, 41 and 79. RGB value is (170,65,121). Sum of RGB (Red+Green+Blue) = 170+65+121=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4179 is #55BE86. Grayscale: #666666. Windows color (decimal): -5619335 or 7946666. OLE color: 7946666.
HSL color Cylindrical-coordinate representation of color #AA4179: hue angle of 328º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4179 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 121 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.33 |
| HSL | 328º | 0.45% | 0.46% | - |
| HSV(B) | 328º | 0.62% | 0.67% | - |
| XYZ | 21.92 | 13.71 | 19.58 | - |
| YUV | 102.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 121 | 0 | 0.62 | 0.29 | 0.33 | 328 | 0.45 | 0.46 |
| Hex | AA | 41 | 79 | 0 | 3E | 1D | 21 | 148 | 2D | 2E |
| Octal | 252 | 101 | 171 | 0 | 76 | 35 | 41 | 510 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1111001 | 0 | 111110 | 11101 | 100001 | 101001000 | 101101 | 101110 |
Color Harmonies of #AA4179
Complementary color
Monochromatic Colors of #AA4179
Black with #AA4179
Text Example
Text Example
White with #AA4179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4179; }
p { color: rgb(170,65,121); }
H1.HeaderClassName
{
color: #AA4179;
}
.AnyTagClassName
{
color: #AA4179;
}
</style>
background-color css
<style>
a { background-color: #AA4179; }
a { background-color: rgb(170,65,121); }
div.DivClassName
{
background-color: #AA4179;
}
.BgClassName
{
background-color: #AA4179;
}
</style>
border-color css
<style>
span { border-color: #AA4179; }
span { border-color: rgb(170,65,121); }
td.TdClassName
{
border-color: #AA4179;
}
.TagClassName
{
border-color: #AA4179;
}
</style>