Shades of Royal Heath #AA467B
Tints of Royal Heath #AA467B
RGB
CMYK
RGB Variations
Color information
#AA467B (or 0xAA467B) is known color: Royal Heath. HEX triplet: AA, 46 and 7B. RGB value is (170,70,123). Sum of RGB (Red+Green+Blue) = 170+70+123=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA467B is #55B984. Grayscale: #696969. Windows color (decimal): -5618053 or 8079018. OLE color: 8079018.
HSL color Cylindrical-coordinate representation of color #AA467B: hue angle of 328.2º 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 #AA467B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 123 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.33 |
| HSL | 328.2º | 0.42% | 0.47% | - |
| HSV(B) | 328.2º | 0.59% | 0.67% | - |
| XYZ | 22.34 | 14.36 | 20.33 | - |
| YUV | 105.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 123 | 0 | 0.59 | 0.28 | 0.33 | 328.2 | 0.42 | 0.47 |
| Hex | AA | 46 | 7B | 0 | 3B | 1C | 21 | 148 | 2A | 2F |
| Octal | 252 | 106 | 173 | 0 | 73 | 34 | 41 | 510 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1111011 | 0 | 111011 | 11100 | 100001 | 101001000 | 101010 | 101111 |
Color Harmonies of #AA467B
Complementary color
Monochromatic Colors of #AA467B
Black with #AA467B
Text Example
Text Example
White with #AA467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA467B; }
p { color: rgb(170,70,123); }
H1.HeaderClassName
{
color: #AA467B;
}
.AnyTagClassName
{
color: #AA467B;
}
</style>
background-color css
<style>
a { background-color: #AA467B; }
a { background-color: rgb(170,70,123); }
div.DivClassName
{
background-color: #AA467B;
}
.BgClassName
{
background-color: #AA467B;
}
</style>
border-color css
<style>
span { border-color: #AA467B; }
span { border-color: rgb(170,70,123); }
td.TdClassName
{
border-color: #AA467B;
}
.TagClassName
{
border-color: #AA467B;
}
</style>