Shades of Royal Heath #AA5074
Tints of Royal Heath #AA5074
RGB
CMYK
RGB Variations
Color information
#AA5074 (or 0xAA5074) is known color: Royal Heath. HEX triplet: AA, 50 and 74. RGB value is (170,80,116). Sum of RGB (Red+Green+Blue) = 170+80+116=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5074 is #55AF8B. Grayscale: #6E6E6E. Windows color (decimal): -5615500 or 7622826. OLE color: 7622826.
HSL color Cylindrical-coordinate representation of color #AA5074: hue angle of 336º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5074 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 116 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.33 |
| HSL | 336º | 0.36% | 0.49% | - |
| HSV(B) | 336º | 0.53% | 0.67% | - |
| XYZ | 22.6 | 15.54 | 18.33 | - |
| YUV | 111.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 116 | 0 | 0.53 | 0.32 | 0.33 | 336 | 0.36 | 0.49 |
| Hex | AA | 50 | 74 | 0 | 35 | 20 | 21 | 150 | 24 | 31 |
| Octal | 252 | 120 | 164 | 0 | 65 | 40 | 41 | 520 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1110100 | 0 | 110101 | 100000 | 100001 | 101010000 | 100100 | 110001 |
Color Harmonies of #AA5074
Complementary color
Monochromatic Colors of #AA5074
Black with #AA5074
Text Example
Text Example
White with #AA5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5074; }
p { color: rgb(170,80,116); }
H1.HeaderClassName
{
color: #AA5074;
}
.AnyTagClassName
{
color: #AA5074;
}
</style>
background-color css
<style>
a { background-color: #AA5074; }
a { background-color: rgb(170,80,116); }
div.DivClassName
{
background-color: #AA5074;
}
.BgClassName
{
background-color: #AA5074;
}
</style>
border-color css
<style>
span { border-color: #AA5074; }
span { border-color: rgb(170,80,116); }
td.TdClassName
{
border-color: #AA5074;
}
.TagClassName
{
border-color: #AA5074;
}
</style>