Shades of Royal Heath #AA467F
Tints of Royal Heath #AA467F
RGB
CMYK
RGB Variations
Color information
#AA467F (or 0xAA467F) is known color: Royal Heath. HEX triplet: AA, 46 and 7F. RGB value is (170,70,127). Sum of RGB (Red+Green+Blue) = 170+70+127=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA467F is #55B980. Grayscale: #6A6A6A. Windows color (decimal): -5618049 or 8341162. OLE color: 8341162.
HSL color Cylindrical-coordinate representation of color #AA467F: hue angle of 325.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA467F is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 127 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.33 |
| HSL | 325.8º | 0.42% | 0.47% | - |
| HSV(B) | 325.8º | 0.59% | 0.67% | - |
| XYZ | 22.6 | 14.46 | 21.68 | - |
| YUV | 106.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 127 | 0 | 0.59 | 0.25 | 0.33 | 325.8 | 0.42 | 0.47 |
| Hex | AA | 46 | 7F | 0 | 3B | 19 | 21 | 146 | 2A | 2F |
| Octal | 252 | 106 | 177 | 0 | 73 | 31 | 41 | 506 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1111111 | 0 | 111011 | 11001 | 100001 | 101000110 | 101010 | 101111 |
Color Harmonies of #AA467F
Complementary color
Monochromatic Colors of #AA467F
Black with #AA467F
Text Example
Text Example
White with #AA467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA467F; }
p { color: rgb(170,70,127); }
H1.HeaderClassName
{
color: #AA467F;
}
.AnyTagClassName
{
color: #AA467F;
}
</style>
background-color css
<style>
a { background-color: #AA467F; }
a { background-color: rgb(170,70,127); }
div.DivClassName
{
background-color: #AA467F;
}
.BgClassName
{
background-color: #AA467F;
}
</style>
border-color css
<style>
span { border-color: #AA467F; }
span { border-color: rgb(170,70,127); }
td.TdClassName
{
border-color: #AA467F;
}
.TagClassName
{
border-color: #AA467F;
}
</style>