Shades of Royal Heath #AE4781
Tints of Royal Heath #AE4781
RGB
CMYK
RGB Variations
Color information
#AE4781 (or 0xAE4781) is known color: Royal Heath. HEX triplet: AE, 47 and 81. RGB value is (174,71,129). Sum of RGB (Red+Green+Blue) = 174+71+129=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4781 is #51B87E. Grayscale: #6C6C6C. Windows color (decimal): -5355647 or 8472494. OLE color: 8472494.
HSL color Cylindrical-coordinate representation of color #AE4781: hue angle of 326.21º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4781 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 129 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.32 |
| HSL | 326.21º | 0.42% | 0.48% | - |
| HSV(B) | 326.21º | 0.59% | 0.68% | - |
| XYZ | 23.67 | 15.09 | 22.43 | - |
| YUV | 108.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 129 | 0 | 0.59 | 0.26 | 0.32 | 326.21 | 0.42 | 0.48 |
| Hex | AE | 47 | 81 | 0 | 3B | 1A | 20 | 146 | 2A | 30 |
| Octal | 256 | 107 | 201 | 0 | 73 | 32 | 40 | 506 | 52 | 60 |
| Binary | 10101110 | 1000111 | 10000001 | 0 | 111011 | 11010 | 100000 | 101000110 | 101010 | 110000 |
Color Harmonies of #AE4781
Complementary color
Monochromatic Colors of #AE4781
Black with #AE4781
Text Example
Text Example
White with #AE4781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4781; }
p { color: rgb(174,71,129); }
H1.HeaderClassName
{
color: #AE4781;
}
.AnyTagClassName
{
color: #AE4781;
}
</style>
background-color css
<style>
a { background-color: #AE4781; }
a { background-color: rgb(174,71,129); }
div.DivClassName
{
background-color: #AE4781;
}
.BgClassName
{
background-color: #AE4781;
}
</style>
border-color css
<style>
span { border-color: #AE4781; }
span { border-color: rgb(174,71,129); }
td.TdClassName
{
border-color: #AE4781;
}
.TagClassName
{
border-color: #AE4781;
}
</style>