Shades of Royal Heath #AA427D
Tints of Royal Heath #AA427D
RGB
CMYK
RGB Variations
Color information
#AA427D (or 0xAA427D) is known color: Royal Heath. HEX triplet: AA, 42 and 7D. RGB value is (170,66,125). Sum of RGB (Red+Green+Blue) = 170+66+125=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA427D is #55BD82. Grayscale: #676767. Windows color (decimal): -5619075 or 8209066. OLE color: 8209066.
HSL color Cylindrical-coordinate representation of color #AA427D: hue angle of 325.96º degrees, saturation: 0.44, 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 #AA427D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 125 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.33 |
| HSL | 325.96º | 0.44% | 0.46% | - |
| HSV(B) | 325.96º | 0.61% | 0.67% | - |
| XYZ | 22.23 | 13.92 | 20.92 | - |
| YUV | 103.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 125 | 0 | 0.61 | 0.26 | 0.33 | 325.96 | 0.44 | 0.46 |
| Hex | AA | 42 | 7D | 0 | 3D | 1A | 21 | 146 | 2C | 2E |
| Octal | 252 | 102 | 175 | 0 | 75 | 32 | 41 | 506 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1111101 | 0 | 111101 | 11010 | 100001 | 101000110 | 101100 | 101110 |
Color Harmonies of #AA427D
Complementary color
Monochromatic Colors of #AA427D
Black with #AA427D
Text Example
Text Example
White with #AA427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA427D; }
p { color: rgb(170,66,125); }
H1.HeaderClassName
{
color: #AA427D;
}
.AnyTagClassName
{
color: #AA427D;
}
</style>
background-color css
<style>
a { background-color: #AA427D; }
a { background-color: rgb(170,66,125); }
div.DivClassName
{
background-color: #AA427D;
}
.BgClassName
{
background-color: #AA427D;
}
</style>
border-color css
<style>
span { border-color: #AA427D; }
span { border-color: rgb(170,66,125); }
td.TdClassName
{
border-color: #AA427D;
}
.TagClassName
{
border-color: #AA427D;
}
</style>