Shades of Royal Heath #AA4578
Tints of Royal Heath #AA4578
RGB
CMYK
RGB Variations
Color information
#AA4578 (or 0xAA4578) is known color: Royal Heath. HEX triplet: AA, 45 and 78. RGB value is (170,69,120). Sum of RGB (Red+Green+Blue) = 170+69+120=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4578 is #55BA87. Grayscale: #686868. Windows color (decimal): -5618312 or 7882154. OLE color: 7882154.
HSL color Cylindrical-coordinate representation of color #AA4578: hue angle of 329.7º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4578 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 120 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.33 |
| HSL | 329.7º | 0.42% | 0.47% | - |
| HSV(B) | 329.7º | 0.59% | 0.67% | - |
| XYZ | 22.1 | 14.16 | 19.34 | - |
| YUV | 105.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 120 | 0 | 0.59 | 0.29 | 0.33 | 329.7 | 0.42 | 0.47 |
| Hex | AA | 45 | 78 | 0 | 3B | 1D | 21 | 14A | 2A | 2F |
| Octal | 252 | 105 | 170 | 0 | 73 | 35 | 41 | 512 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1111000 | 0 | 111011 | 11101 | 100001 | 101001010 | 101010 | 101111 |
Color Harmonies of #AA4578
Complementary color
Monochromatic Colors of #AA4578
Black with #AA4578
Text Example
Text Example
White with #AA4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4578; }
p { color: rgb(170,69,120); }
H1.HeaderClassName
{
color: #AA4578;
}
.AnyTagClassName
{
color: #AA4578;
}
</style>
background-color css
<style>
a { background-color: #AA4578; }
a { background-color: rgb(170,69,120); }
div.DivClassName
{
background-color: #AA4578;
}
.BgClassName
{
background-color: #AA4578;
}
</style>
border-color css
<style>
span { border-color: #AA4578; }
span { border-color: rgb(170,69,120); }
td.TdClassName
{
border-color: #AA4578;
}
.TagClassName
{
border-color: #AA4578;
}
</style>