Shades of Royal Heath #AA3F78
Tints of Royal Heath #AA3F78
RGB
CMYK
RGB Variations
Color information
#AA3F78 (or 0xAA3F78) is known color: Royal Heath. HEX triplet: AA, 3F and 78. RGB value is (170,63,120). Sum of RGB (Red+Green+Blue) = 170+63+120=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F78 is #55C087. Grayscale: #656565. Windows color (decimal): -5619848 or 7880618. OLE color: 7880618.
HSL color Cylindrical-coordinate representation of color #AA3F78: hue angle of 328.04º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F78 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 120 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.33 |
| HSL | 328.04º | 0.46% | 0.46% | - |
| HSV(B) | 328.04º | 0.63% | 0.67% | - |
| XYZ | 21.75 | 13.46 | 19.22 | - |
| YUV | 101.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 120 | 0 | 0.63 | 0.29 | 0.33 | 328.04 | 0.46 | 0.46 |
| Hex | AA | 3F | 78 | 0 | 3F | 1D | 21 | 148 | 2E | 2E |
| Octal | 252 | 77 | 170 | 0 | 77 | 35 | 41 | 510 | 56 | 56 |
| Binary | 10101010 | 111111 | 1111000 | 0 | 111111 | 11101 | 100001 | 101001000 | 101110 | 101110 |
Color Harmonies of #AA3F78
Complementary color
Monochromatic Colors of #AA3F78
Black with #AA3F78
Text Example
Text Example
White with #AA3F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F78; }
p { color: rgb(170,63,120); }
H1.HeaderClassName
{
color: #AA3F78;
}
.AnyTagClassName
{
color: #AA3F78;
}
</style>
background-color css
<style>
a { background-color: #AA3F78; }
a { background-color: rgb(170,63,120); }
div.DivClassName
{
background-color: #AA3F78;
}
.BgClassName
{
background-color: #AA3F78;
}
</style>
border-color css
<style>
span { border-color: #AA3F78; }
span { border-color: rgb(170,63,120); }
td.TdClassName
{
border-color: #AA3F78;
}
.TagClassName
{
border-color: #AA3F78;
}
</style>