Shades of Royal Heath #AA4D83
Tints of Royal Heath #AA4D83
RGB
CMYK
RGB Variations
Color information
#AA4D83 (or 0xAA4D83) is known color: Royal Heath. HEX triplet: AA, 4D and 83. RGB value is (170,77,131). Sum of RGB (Red+Green+Blue) = 170+77+131=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D83 is #55B27C. Grayscale: #6E6E6E. Windows color (decimal): -5616253 or 8605098. OLE color: 8605098.
HSL color Cylindrical-coordinate representation of color #AA4D83: hue angle of 325.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D83 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 131 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.33 |
| HSL | 325.16º | 0.38% | 0.48% | - |
| HSV(B) | 325.16º | 0.55% | 0.67% | - |
| XYZ | 23.33 | 15.49 | 23.23 | - |
| YUV | 110.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 131 | 0 | 0.55 | 0.23 | 0.33 | 325.16 | 0.38 | 0.48 |
| Hex | AA | 4D | 83 | 0 | 37 | 17 | 21 | 145 | 26 | 30 |
| Octal | 252 | 115 | 203 | 0 | 67 | 27 | 41 | 505 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10000011 | 0 | 110111 | 10111 | 100001 | 101000101 | 100110 | 110000 |
Color Harmonies of #AA4D83
Complementary color
Monochromatic Colors of #AA4D83
Black with #AA4D83
Text Example
Text Example
White with #AA4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D83; }
p { color: rgb(170,77,131); }
H1.HeaderClassName
{
color: #AA4D83;
}
.AnyTagClassName
{
color: #AA4D83;
}
</style>
background-color css
<style>
a { background-color: #AA4D83; }
a { background-color: rgb(170,77,131); }
div.DivClassName
{
background-color: #AA4D83;
}
.BgClassName
{
background-color: #AA4D83;
}
</style>
border-color css
<style>
span { border-color: #AA4D83; }
span { border-color: rgb(170,77,131); }
td.TdClassName
{
border-color: #AA4D83;
}
.TagClassName
{
border-color: #AA4D83;
}
</style>