Shades of Royal Heath #AA3D77
Tints of Royal Heath #AA3D77
RGB
CMYK
RGB Variations
Color information
#AA3D77 (or 0xAA3D77) is known color: Royal Heath. HEX triplet: AA, 3D and 77. RGB value is (170,61,119). Sum of RGB (Red+Green+Blue) = 170+61+119=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D77 is #55C288. Grayscale: #646464. Windows color (decimal): -5620361 or 7814570. OLE color: 7814570.
HSL color Cylindrical-coordinate representation of color #AA3D77: hue angle of 328.07º 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 #AA3D77 is Cyan = 0, Magento = 0.64, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 119 | - |
| CMYK | 0 | 0.64 | 0.3 | 0.33 |
| HSL | 328.07º | 0.47% | 0.45% | - |
| HSV(B) | 328.07º | 0.64% | 0.67% | - |
| XYZ | 21.58 | 13.22 | 18.87 | - |
| YUV | 100.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 119 | 0 | 0.64 | 0.3 | 0.33 | 328.07 | 0.47 | 0.45 |
| Hex | AA | 3D | 77 | 0 | 40 | 1E | 21 | 148 | 2F | 2D |
| Octal | 252 | 75 | 167 | 0 | 100 | 36 | 41 | 510 | 57 | 55 |
| Binary | 10101010 | 111101 | 1110111 | 0 | 1000000 | 11110 | 100001 | 101001000 | 101111 | 101101 |
Color Harmonies of #AA3D77
Complementary color
Monochromatic Colors of #AA3D77
Black with #AA3D77
Text Example
Text Example
White with #AA3D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D77; }
p { color: rgb(170,61,119); }
H1.HeaderClassName
{
color: #AA3D77;
}
.AnyTagClassName
{
color: #AA3D77;
}
</style>
background-color css
<style>
a { background-color: #AA3D77; }
a { background-color: rgb(170,61,119); }
div.DivClassName
{
background-color: #AA3D77;
}
.BgClassName
{
background-color: #AA3D77;
}
</style>
border-color css
<style>
span { border-color: #AA3D77; }
span { border-color: rgb(170,61,119); }
td.TdClassName
{
border-color: #AA3D77;
}
.TagClassName
{
border-color: #AA3D77;
}
</style>