Shades of Royal Heath #AA4078
Tints of Royal Heath #AA4078
RGB
CMYK
RGB Variations
Color information
#AA4078 (or 0xAA4078) is known color: Royal Heath. HEX triplet: AA, 40 and 78. RGB value is (170,64,120). Sum of RGB (Red+Green+Blue) = 170+64+120=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4078 is #55BF87. Grayscale: #656565. Windows color (decimal): -5619592 or 7880874. OLE color: 7880874.
HSL color Cylindrical-coordinate representation of color #AA4078: hue angle of 328.3º 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 #AA4078 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 120 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.33 |
| HSL | 328.3º | 0.45% | 0.46% | - |
| HSV(B) | 328.3º | 0.62% | 0.67% | - |
| XYZ | 21.8 | 13.57 | 19.24 | - |
| YUV | 102.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 120 | 0 | 0.62 | 0.29 | 0.33 | 328.3 | 0.45 | 0.46 |
| Hex | AA | 40 | 78 | 0 | 3E | 1D | 21 | 148 | 2D | 2E |
| Octal | 252 | 100 | 170 | 0 | 76 | 35 | 41 | 510 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1111000 | 0 | 111110 | 11101 | 100001 | 101001000 | 101101 | 101110 |
Color Harmonies of #AA4078
Complementary color
Monochromatic Colors of #AA4078
Black with #AA4078
Text Example
Text Example
White with #AA4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4078; }
p { color: rgb(170,64,120); }
H1.HeaderClassName
{
color: #AA4078;
}
.AnyTagClassName
{
color: #AA4078;
}
</style>
background-color css
<style>
a { background-color: #AA4078; }
a { background-color: rgb(170,64,120); }
div.DivClassName
{
background-color: #AA4078;
}
.BgClassName
{
background-color: #AA4078;
}
</style>
border-color css
<style>
span { border-color: #AA4078; }
span { border-color: rgb(170,64,120); }
td.TdClassName
{
border-color: #AA4078;
}
.TagClassName
{
border-color: #AA4078;
}
</style>