Shades of Royal Heath #AE507E
Tints of Royal Heath #AE507E
RGB
CMYK
RGB Variations
Color information
#AE507E (or 0xAE507E) is known color: Royal Heath. HEX triplet: AE, 50 and 7E. RGB value is (174,80,126). Sum of RGB (Red+Green+Blue) = 174+80+126=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE507E is #51AF81. Grayscale: #717171. Windows color (decimal): -5353346 or 8278190. OLE color: 8278190.
HSL color Cylindrical-coordinate representation of color #AE507E: hue angle of 330.64º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE507E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 126 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.32 |
| HSL | 330.64º | 0.37% | 0.5% | - |
| HSV(B) | 330.64º | 0.54% | 0.68% | - |
| XYZ | 24.09 | 16.24 | 21.6 | - |
| YUV | 113.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 126 | 0 | 0.54 | 0.28 | 0.32 | 330.64 | 0.37 | 0.5 |
| Hex | AE | 50 | 7E | 0 | 36 | 1C | 20 | 14B | 25 | 32 |
| Octal | 256 | 120 | 176 | 0 | 66 | 34 | 40 | 513 | 45 | 62 |
| Binary | 10101110 | 1010000 | 1111110 | 0 | 110110 | 11100 | 100000 | 101001011 | 100101 | 110010 |
Color Harmonies of #AE507E
Complementary color
Monochromatic Colors of #AE507E
Black with #AE507E
Text Example
Text Example
White with #AE507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE507E; }
p { color: rgb(174,80,126); }
H1.HeaderClassName
{
color: #AE507E;
}
.AnyTagClassName
{
color: #AE507E;
}
</style>
background-color css
<style>
a { background-color: #AE507E; }
a { background-color: rgb(174,80,126); }
div.DivClassName
{
background-color: #AE507E;
}
.BgClassName
{
background-color: #AE507E;
}
</style>
border-color css
<style>
span { border-color: #AE507E; }
span { border-color: rgb(174,80,126); }
td.TdClassName
{
border-color: #AE507E;
}
.TagClassName
{
border-color: #AE507E;
}
</style>