Shades of Royal Heath #AA4A83
Tints of Royal Heath #AA4A83
RGB
CMYK
RGB Variations
Color information
#AA4A83 (or 0xAA4A83) is known color: Royal Heath. HEX triplet: AA, 4A and 83. RGB value is (170,74,131). Sum of RGB (Red+Green+Blue) = 170+74+131=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A83 is #55B57C. Grayscale: #6D6D6D. Windows color (decimal): -5617021 or 8604330. OLE color: 8604330.
HSL color Cylindrical-coordinate representation of color #AA4A83: hue angle of 324.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A83 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 131 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.33 |
| HSL | 324.38º | 0.39% | 0.48% | - |
| HSV(B) | 324.38º | 0.56% | 0.67% | - |
| XYZ | 23.12 | 15.08 | 23.17 | - |
| YUV | 109.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 131 | 0 | 0.56 | 0.23 | 0.33 | 324.38 | 0.39 | 0.48 |
| Hex | AA | 4A | 83 | 0 | 38 | 17 | 21 | 144 | 27 | 30 |
| Octal | 252 | 112 | 203 | 0 | 70 | 27 | 41 | 504 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10000011 | 0 | 111000 | 10111 | 100001 | 101000100 | 100111 | 110000 |
Color Harmonies of #AA4A83
Complementary color
Monochromatic Colors of #AA4A83
Black with #AA4A83
Text Example
Text Example
White with #AA4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A83; }
p { color: rgb(170,74,131); }
H1.HeaderClassName
{
color: #AA4A83;
}
.AnyTagClassName
{
color: #AA4A83;
}
</style>
background-color css
<style>
a { background-color: #AA4A83; }
a { background-color: rgb(170,74,131); }
div.DivClassName
{
background-color: #AA4A83;
}
.BgClassName
{
background-color: #AA4A83;
}
</style>
border-color css
<style>
span { border-color: #AA4A83; }
span { border-color: rgb(170,74,131); }
td.TdClassName
{
border-color: #AA4A83;
}
.TagClassName
{
border-color: #AA4A83;
}
</style>