Shades of Royal Heath #AA3E75
Tints of Royal Heath #AA3E75
RGB
CMYK
RGB Variations
Color information
#AA3E75 (or 0xAA3E75) is known color: Royal Heath. HEX triplet: AA, 3E and 75. RGB value is (170,62,117). Sum of RGB (Red+Green+Blue) = 170+62+117=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E75 is #55C18A. Grayscale: #646464. Windows color (decimal): -5620107 or 7683754. OLE color: 7683754.
HSL color Cylindrical-coordinate representation of color #AA3E75: hue angle of 329.44º 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 #AA3E75 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 117 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.33 |
| HSL | 329.44º | 0.47% | 0.45% | - |
| HSV(B) | 329.44º | 0.64% | 0.67% | - |
| XYZ | 21.51 | 13.28 | 18.26 | - |
| YUV | 100.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 117 | 0 | 0.64 | 0.31 | 0.33 | 329.44 | 0.47 | 0.45 |
| Hex | AA | 3E | 75 | 0 | 40 | 1F | 21 | 149 | 2F | 2D |
| Octal | 252 | 76 | 165 | 0 | 100 | 37 | 41 | 511 | 57 | 55 |
| Binary | 10101010 | 111110 | 1110101 | 0 | 1000000 | 11111 | 100001 | 101001001 | 101111 | 101101 |
Color Harmonies of #AA3E75
Complementary color
Monochromatic Colors of #AA3E75
Black with #AA3E75
Text Example
Text Example
White with #AA3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E75; }
p { color: rgb(170,62,117); }
H1.HeaderClassName
{
color: #AA3E75;
}
.AnyTagClassName
{
color: #AA3E75;
}
</style>
background-color css
<style>
a { background-color: #AA3E75; }
a { background-color: rgb(170,62,117); }
div.DivClassName
{
background-color: #AA3E75;
}
.BgClassName
{
background-color: #AA3E75;
}
</style>
border-color css
<style>
span { border-color: #AA3E75; }
span { border-color: rgb(170,62,117); }
td.TdClassName
{
border-color: #AA3E75;
}
.TagClassName
{
border-color: #AA3E75;
}
</style>