Shades of Royal Heath #AE4A7A
Tints of Royal Heath #AE4A7A
RGB
CMYK
RGB Variations
Color information
#AE4A7A (or 0xAE4A7A) is known color: Royal Heath. HEX triplet: AE, 4A and 7A. RGB value is (174,74,122). Sum of RGB (Red+Green+Blue) = 174+74+122=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A7A is #51B585. Grayscale: #6D6D6D. Windows color (decimal): -5354886 or 8014510. OLE color: 8014510.
HSL color Cylindrical-coordinate representation of color #AE4A7A: hue angle of 331.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A7A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 122 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.32 |
| HSL | 331.2º | 0.4% | 0.49% | - |
| HSV(B) | 331.2º | 0.57% | 0.68% | - |
| XYZ | 23.42 | 15.3 | 20.13 | - |
| YUV | 109.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 122 | 0 | 0.57 | 0.30 | 0.32 | 331.2 | 0.4 | 0.49 |
| Hex | AE | 4A | 7A | 0 | 39 | 1E | 20 | 14B | 28 | 31 |
| Octal | 256 | 112 | 172 | 0 | 71 | 36 | 40 | 513 | 50 | 61 |
| Binary | 10101110 | 1001010 | 1111010 | 0 | 111001 | 11110 | 100000 | 101001011 | 101000 | 110001 |
Color Harmonies of #AE4A7A
Complementary color
Monochromatic Colors of #AE4A7A
Black with #AE4A7A
Text Example
Text Example
White with #AE4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A7A; }
p { color: rgb(174,74,122); }
H1.HeaderClassName
{
color: #AE4A7A;
}
.AnyTagClassName
{
color: #AE4A7A;
}
</style>
background-color css
<style>
a { background-color: #AE4A7A; }
a { background-color: rgb(174,74,122); }
div.DivClassName
{
background-color: #AE4A7A;
}
.BgClassName
{
background-color: #AE4A7A;
}
</style>
border-color css
<style>
span { border-color: #AE4A7A; }
span { border-color: rgb(174,74,122); }
td.TdClassName
{
border-color: #AE4A7A;
}
.TagClassName
{
border-color: #AE4A7A;
}
</style>