Shades of Royal Heath #AA447F
Tints of Royal Heath #AA447F
RGB
CMYK
RGB Variations
Color information
#AA447F (or 0xAA447F) is known color: Royal Heath. HEX triplet: AA, 44 and 7F. RGB value is (170,68,127). Sum of RGB (Red+Green+Blue) = 170+68+127=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447F is #55BB80. Grayscale: #696969. Windows color (decimal): -5618561 or 8340650. OLE color: 8340650.
HSL color Cylindrical-coordinate representation of color #AA447F: hue angle of 325.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA447F is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 127 | - |
| CMYK | 0 | 0.6 | 0.25 | 0.33 |
| HSL | 325.29º | 0.43% | 0.47% | - |
| HSV(B) | 325.29º | 0.6% | 0.67% | - |
| XYZ | 22.48 | 14.21 | 21.64 | - |
| YUV | 105.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 127 | 0 | 0.6 | 0.25 | 0.33 | 325.29 | 0.43 | 0.47 |
| Hex | AA | 44 | 7F | 0 | 3C | 19 | 21 | 145 | 2B | 2F |
| Octal | 252 | 104 | 177 | 0 | 74 | 31 | 41 | 505 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1111111 | 0 | 111100 | 11001 | 100001 | 101000101 | 101011 | 101111 |
Color Harmonies of #AA447F
Complementary color
Monochromatic Colors of #AA447F
Black with #AA447F
Text Example
Text Example
White with #AA447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA447F; }
p { color: rgb(170,68,127); }
H1.HeaderClassName
{
color: #AA447F;
}
.AnyTagClassName
{
color: #AA447F;
}
</style>
background-color css
<style>
a { background-color: #AA447F; }
a { background-color: rgb(170,68,127); }
div.DivClassName
{
background-color: #AA447F;
}
.BgClassName
{
background-color: #AA447F;
}
</style>
border-color css
<style>
span { border-color: #AA447F; }
span { border-color: rgb(170,68,127); }
td.TdClassName
{
border-color: #AA447F;
}
.TagClassName
{
border-color: #AA447F;
}
</style>