Shades of Royal Heath #AA457B
Tints of Royal Heath #AA457B
RGB
CMYK
RGB Variations
Color information
#AA457B (or 0xAA457B) is known color: Royal Heath. HEX triplet: AA, 45 and 7B. RGB value is (170,69,123). Sum of RGB (Red+Green+Blue) = 170+69+123=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA457B is #55BA84. Grayscale: #696969. Windows color (decimal): -5618309 or 8078762. OLE color: 8078762.
HSL color Cylindrical-coordinate representation of color #AA457B: hue angle of 327.92º 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 #AA457B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 123 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.33 |
| HSL | 327.92º | 0.42% | 0.47% | - |
| HSV(B) | 327.92º | 0.59% | 0.67% | - |
| XYZ | 22.28 | 14.23 | 20.31 | - |
| YUV | 105.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 123 | 0 | 0.59 | 0.28 | 0.33 | 327.92 | 0.42 | 0.47 |
| Hex | AA | 45 | 7B | 0 | 3B | 1C | 21 | 148 | 2A | 2F |
| Octal | 252 | 105 | 173 | 0 | 73 | 34 | 41 | 510 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1111011 | 0 | 111011 | 11100 | 100001 | 101001000 | 101010 | 101111 |
Color Harmonies of #AA457B
Complementary color
Monochromatic Colors of #AA457B
Black with #AA457B
Text Example
Text Example
White with #AA457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA457B; }
p { color: rgb(170,69,123); }
H1.HeaderClassName
{
color: #AA457B;
}
.AnyTagClassName
{
color: #AA457B;
}
</style>
background-color css
<style>
a { background-color: #AA457B; }
a { background-color: rgb(170,69,123); }
div.DivClassName
{
background-color: #AA457B;
}
.BgClassName
{
background-color: #AA457B;
}
</style>
border-color css
<style>
span { border-color: #AA457B; }
span { border-color: rgb(170,69,123); }
td.TdClassName
{
border-color: #AA457B;
}
.TagClassName
{
border-color: #AA457B;
}
</style>