Shades of Royal Heath #AA437B
Tints of Royal Heath #AA437B
RGB
CMYK
RGB Variations
Color information
#AA437B (or 0xAA437B) is known color: Royal Heath. HEX triplet: AA, 43 and 7B. RGB value is (170,67,123). Sum of RGB (Red+Green+Blue) = 170+67+123=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA437B is #55BC84. Grayscale: #686868. Windows color (decimal): -5618821 or 8078250. OLE color: 8078250.
HSL color Cylindrical-coordinate representation of color #AA437B: hue angle of 327.38º 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 #AA437B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 123 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.33 |
| HSL | 327.38º | 0.43% | 0.46% | - |
| HSV(B) | 327.38º | 0.61% | 0.67% | - |
| XYZ | 22.16 | 13.99 | 20.27 | - |
| YUV | 104.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 123 | 0 | 0.61 | 0.28 | 0.33 | 327.38 | 0.43 | 0.46 |
| Hex | AA | 43 | 7B | 0 | 3D | 1C | 21 | 147 | 2B | 2E |
| Octal | 252 | 103 | 173 | 0 | 75 | 34 | 41 | 507 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1111011 | 0 | 111101 | 11100 | 100001 | 101000111 | 101011 | 101110 |
Color Harmonies of #AA437B
Complementary color
Monochromatic Colors of #AA437B
Black with #AA437B
Text Example
Text Example
White with #AA437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA437B; }
p { color: rgb(170,67,123); }
H1.HeaderClassName
{
color: #AA437B;
}
.AnyTagClassName
{
color: #AA437B;
}
</style>
background-color css
<style>
a { background-color: #AA437B; }
a { background-color: rgb(170,67,123); }
div.DivClassName
{
background-color: #AA437B;
}
.BgClassName
{
background-color: #AA437B;
}
</style>
border-color css
<style>
span { border-color: #AA437B; }
span { border-color: rgb(170,67,123); }
td.TdClassName
{
border-color: #AA437B;
}
.TagClassName
{
border-color: #AA437B;
}
</style>