Shades of Royal Heath #AE4E7A
Tints of Royal Heath #AE4E7A
RGB
CMYK
RGB Variations
Color information
#AE4E7A (or 0xAE4E7A) is known color: Royal Heath. HEX triplet: AE, 4E and 7A. RGB value is (174,78,122). Sum of RGB (Red+Green+Blue) = 174+78+122=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E7A is #51B185. Grayscale: #6F6F6F. Windows color (decimal): -5353862 or 8015534. OLE color: 8015534.
HSL color Cylindrical-coordinate representation of color #AE4E7A: hue angle of 332.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4E7A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 122 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.32 |
| HSL | 332.5º | 0.38% | 0.49% | - |
| HSV(B) | 332.5º | 0.55% | 0.68% | - |
| XYZ | 23.69 | 15.85 | 20.22 | - |
| YUV | 111.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 122 | 0 | 0.55 | 0.30 | 0.32 | 332.5 | 0.38 | 0.49 |
| Hex | AE | 4E | 7A | 0 | 37 | 1E | 20 | 14C | 26 | 31 |
| Octal | 256 | 116 | 172 | 0 | 67 | 36 | 40 | 514 | 46 | 61 |
| Binary | 10101110 | 1001110 | 1111010 | 0 | 110111 | 11110 | 100000 | 101001100 | 100110 | 110001 |
Color Harmonies of #AE4E7A
Complementary color
Monochromatic Colors of #AE4E7A
Black with #AE4E7A
Text Example
Text Example
White with #AE4E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E7A; }
p { color: rgb(174,78,122); }
H1.HeaderClassName
{
color: #AE4E7A;
}
.AnyTagClassName
{
color: #AE4E7A;
}
</style>
background-color css
<style>
a { background-color: #AE4E7A; }
a { background-color: rgb(174,78,122); }
div.DivClassName
{
background-color: #AE4E7A;
}
.BgClassName
{
background-color: #AE4E7A;
}
</style>
border-color css
<style>
span { border-color: #AE4E7A; }
span { border-color: rgb(174,78,122); }
td.TdClassName
{
border-color: #AE4E7A;
}
.TagClassName
{
border-color: #AE4E7A;
}
</style>