Shades of Royal Heath #AA407B
Tints of Royal Heath #AA407B
RGB
CMYK
RGB Variations
Color information
#AA407B (or 0xAA407B) is known color: Royal Heath. HEX triplet: AA, 40 and 7B. RGB value is (170,64,123). Sum of RGB (Red+Green+Blue) = 170+64+123=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA407B is #55BF84. Grayscale: #666666. Windows color (decimal): -5619589 or 8077482. OLE color: 8077482.
HSL color Cylindrical-coordinate representation of color #AA407B: hue angle of 326.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA407B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 123 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.33 |
| HSL | 326.6º | 0.45% | 0.46% | - |
| HSV(B) | 326.6º | 0.62% | 0.67% | - |
| XYZ | 21.99 | 13.64 | 20.21 | - |
| YUV | 102.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 123 | 0 | 0.62 | 0.28 | 0.33 | 326.6 | 0.45 | 0.46 |
| Hex | AA | 40 | 7B | 0 | 3E | 1C | 21 | 147 | 2D | 2E |
| Octal | 252 | 100 | 173 | 0 | 76 | 34 | 41 | 507 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1111011 | 0 | 111110 | 11100 | 100001 | 101000111 | 101101 | 101110 |
Color Harmonies of #AA407B
Complementary color
Monochromatic Colors of #AA407B
Black with #AA407B
Text Example
Text Example
White with #AA407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA407B; }
p { color: rgb(170,64,123); }
H1.HeaderClassName
{
color: #AA407B;
}
.AnyTagClassName
{
color: #AA407B;
}
</style>
background-color css
<style>
a { background-color: #AA407B; }
a { background-color: rgb(170,64,123); }
div.DivClassName
{
background-color: #AA407B;
}
.BgClassName
{
background-color: #AA407B;
}
</style>
border-color css
<style>
span { border-color: #AA407B; }
span { border-color: rgb(170,64,123); }
td.TdClassName
{
border-color: #AA407B;
}
.TagClassName
{
border-color: #AA407B;
}
</style>