Shades of Royal Heath #AA437C
Tints of Royal Heath #AA437C
RGB
CMYK
RGB Variations
Color information
#AA437C (or 0xAA437C) is known color: Royal Heath. HEX triplet: AA, 43 and 7C. RGB value is (170,67,124). Sum of RGB (Red+Green+Blue) = 170+67+124=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA437C is #55BC83. Grayscale: #686868. Windows color (decimal): -5618820 or 8143786. OLE color: 8143786.
HSL color Cylindrical-coordinate representation of color #AA437C: hue angle of 326.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA437C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 124 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.33 |
| HSL | 326.8º | 0.43% | 0.46% | - |
| HSV(B) | 326.8º | 0.61% | 0.67% | - |
| XYZ | 22.22 | 14.02 | 20.6 | - |
| YUV | 104.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 124 | 0 | 0.61 | 0.27 | 0.33 | 326.8 | 0.43 | 0.46 |
| Hex | AA | 43 | 7C | 0 | 3D | 1B | 21 | 147 | 2B | 2E |
| Octal | 252 | 103 | 174 | 0 | 75 | 33 | 41 | 507 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1111100 | 0 | 111101 | 11011 | 100001 | 101000111 | 101011 | 101110 |
Color Harmonies of #AA437C
Complementary color
Monochromatic Colors of #AA437C
Black with #AA437C
Text Example
Text Example
White with #AA437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA437C; }
p { color: rgb(170,67,124); }
H1.HeaderClassName
{
color: #AA437C;
}
.AnyTagClassName
{
color: #AA437C;
}
</style>
background-color css
<style>
a { background-color: #AA437C; }
a { background-color: rgb(170,67,124); }
div.DivClassName
{
background-color: #AA437C;
}
.BgClassName
{
background-color: #AA437C;
}
</style>
border-color css
<style>
span { border-color: #AA437C; }
span { border-color: rgb(170,67,124); }
td.TdClassName
{
border-color: #AA437C;
}
.TagClassName
{
border-color: #AA437C;
}
</style>