Shades of Royal Heath #AA3D78
Tints of Royal Heath #AA3D78
RGB
CMYK
RGB Variations
Color information
#AA3D78 (or 0xAA3D78) is known color: Royal Heath. HEX triplet: AA, 3D and 78. RGB value is (170,61,120). Sum of RGB (Red+Green+Blue) = 170+61+120=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D78 is #55C287. Grayscale: #646464. Windows color (decimal): -5620360 or 7880106. OLE color: 7880106.
HSL color Cylindrical-coordinate representation of color #AA3D78: hue angle of 327.52º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3D78 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 120 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.33 |
| HSL | 327.52º | 0.47% | 0.45% | - |
| HSV(B) | 327.52º | 0.64% | 0.67% | - |
| XYZ | 21.64 | 13.24 | 19.18 | - |
| YUV | 100.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 120 | 0 | 0.64 | 0.29 | 0.33 | 327.52 | 0.47 | 0.45 |
| Hex | AA | 3D | 78 | 0 | 40 | 1D | 21 | 148 | 2F | 2D |
| Octal | 252 | 75 | 170 | 0 | 100 | 35 | 41 | 510 | 57 | 55 |
| Binary | 10101010 | 111101 | 1111000 | 0 | 1000000 | 11101 | 100001 | 101001000 | 101111 | 101101 |
Color Harmonies of #AA3D78
Complementary color
Monochromatic Colors of #AA3D78
Black with #AA3D78
Text Example
Text Example
White with #AA3D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D78; }
p { color: rgb(170,61,120); }
H1.HeaderClassName
{
color: #AA3D78;
}
.AnyTagClassName
{
color: #AA3D78;
}
</style>
background-color css
<style>
a { background-color: #AA3D78; }
a { background-color: rgb(170,61,120); }
div.DivClassName
{
background-color: #AA3D78;
}
.BgClassName
{
background-color: #AA3D78;
}
</style>
border-color css
<style>
span { border-color: #AA3D78; }
span { border-color: rgb(170,61,120); }
td.TdClassName
{
border-color: #AA3D78;
}
.TagClassName
{
border-color: #AA3D78;
}
</style>