Shades of Royal Heath #AA417B
Tints of Royal Heath #AA417B
RGB
CMYK
RGB Variations
Color information
#AA417B (or 0xAA417B) is known color: Royal Heath. HEX triplet: AA, 41 and 7B. RGB value is (170,65,123). Sum of RGB (Red+Green+Blue) = 170+65+123=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417B is #55BE84. Grayscale: #666666. Windows color (decimal): -5619333 or 8077738. OLE color: 8077738.
HSL color Cylindrical-coordinate representation of color #AA417B: hue angle of 326.86º 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 #AA417B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 123 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.33 |
| HSL | 326.86º | 0.45% | 0.46% | - |
| HSV(B) | 326.86º | 0.62% | 0.67% | - |
| XYZ | 22.04 | 13.76 | 20.23 | - |
| YUV | 103.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 123 | 0 | 0.62 | 0.28 | 0.33 | 326.86 | 0.45 | 0.46 |
| Hex | AA | 41 | 7B | 0 | 3E | 1C | 21 | 147 | 2D | 2E |
| Octal | 252 | 101 | 173 | 0 | 76 | 34 | 41 | 507 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1111011 | 0 | 111110 | 11100 | 100001 | 101000111 | 101101 | 101110 |
Color Harmonies of #AA417B
Complementary color
Monochromatic Colors of #AA417B
Black with #AA417B
Text Example
Text Example
White with #AA417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA417B; }
p { color: rgb(170,65,123); }
H1.HeaderClassName
{
color: #AA417B;
}
.AnyTagClassName
{
color: #AA417B;
}
</style>
background-color css
<style>
a { background-color: #AA417B; }
a { background-color: rgb(170,65,123); }
div.DivClassName
{
background-color: #AA417B;
}
.BgClassName
{
background-color: #AA417B;
}
</style>
border-color css
<style>
span { border-color: #AA417B; }
span { border-color: rgb(170,65,123); }
td.TdClassName
{
border-color: #AA417B;
}
.TagClassName
{
border-color: #AA417B;
}
</style>