Shades of Royal Heath #AA4B7D
Tints of Royal Heath #AA4B7D
RGB
CMYK
RGB Variations
Color information
#AA4B7D (or 0xAA4B7D) is known color: Royal Heath. HEX triplet: AA, 4B and 7D. RGB value is (170,75,125). Sum of RGB (Red+Green+Blue) = 170+75+125=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B7D is #55B482. Grayscale: #6D6D6D. Windows color (decimal): -5616771 or 8211370. OLE color: 8211370.
HSL color Cylindrical-coordinate representation of color #AA4B7D: hue angle of 328.42º 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 #AA4B7D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 125 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.33 |
| HSL | 328.42º | 0.39% | 0.48% | - |
| HSV(B) | 328.42º | 0.56% | 0.67% | - |
| XYZ | 22.8 | 15.06 | 21.11 | - |
| YUV | 109.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 125 | 0 | 0.56 | 0.26 | 0.33 | 328.42 | 0.39 | 0.48 |
| Hex | AA | 4B | 7D | 0 | 38 | 1A | 21 | 148 | 27 | 30 |
| Octal | 252 | 113 | 175 | 0 | 70 | 32 | 41 | 510 | 47 | 60 |
| Binary | 10101010 | 1001011 | 1111101 | 0 | 111000 | 11010 | 100001 | 101001000 | 100111 | 110000 |
Color Harmonies of #AA4B7D
Complementary color
Monochromatic Colors of #AA4B7D
Black with #AA4B7D
Text Example
Text Example
White with #AA4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B7D; }
p { color: rgb(170,75,125); }
H1.HeaderClassName
{
color: #AA4B7D;
}
.AnyTagClassName
{
color: #AA4B7D;
}
</style>
background-color css
<style>
a { background-color: #AA4B7D; }
a { background-color: rgb(170,75,125); }
div.DivClassName
{
background-color: #AA4B7D;
}
.BgClassName
{
background-color: #AA4B7D;
}
</style>
border-color css
<style>
span { border-color: #AA4B7D; }
span { border-color: rgb(170,75,125); }
td.TdClassName
{
border-color: #AA4B7D;
}
.TagClassName
{
border-color: #AA4B7D;
}
</style>