Shades of Royal Heath #AE577A
Tints of Royal Heath #AE577A
RGB
CMYK
RGB Variations
Color information
#AE577A (or 0xAE577A) is known color: Royal Heath. HEX triplet: AE, 57 and 7A. RGB value is (174,87,122). Sum of RGB (Red+Green+Blue) = 174+87+122=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE577A is #51A885. Grayscale: #747474. Windows color (decimal): -5351558 or 8017838. OLE color: 8017838.
HSL color Cylindrical-coordinate representation of color #AE577A: hue angle of 335.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE577A is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 122 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.32 |
| HSL | 335.86º | 0.35% | 0.51% | - |
| HSV(B) | 335.86º | 0.5% | 0.68% | - |
| XYZ | 24.38 | 17.22 | 20.45 | - |
| YUV | 117 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 122 | 0 | 0.5 | 0.30 | 0.32 | 335.86 | 0.35 | 0.51 |
| Hex | AE | 57 | 7A | 0 | 32 | 1E | 20 | 150 | 23 | 33 |
| Octal | 256 | 127 | 172 | 0 | 62 | 36 | 40 | 520 | 43 | 63 |
| Binary | 10101110 | 1010111 | 1111010 | 0 | 110010 | 11110 | 100000 | 101010000 | 100011 | 110011 |
Color Harmonies of #AE577A
Complementary color
Monochromatic Colors of #AE577A
Black with #AE577A
Text Example
Text Example
White with #AE577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE577A; }
p { color: rgb(174,87,122); }
H1.HeaderClassName
{
color: #AE577A;
}
.AnyTagClassName
{
color: #AE577A;
}
</style>
background-color css
<style>
a { background-color: #AE577A; }
a { background-color: rgb(174,87,122); }
div.DivClassName
{
background-color: #AE577A;
}
.BgClassName
{
background-color: #AE577A;
}
</style>
border-color css
<style>
span { border-color: #AE577A; }
span { border-color: rgb(174,87,122); }
td.TdClassName
{
border-color: #AE577A;
}
.TagClassName
{
border-color: #AE577A;
}
</style>