Shades of Royal Heath #AE4A6A
Tints of Royal Heath #AE4A6A
RGB
CMYK
RGB Variations
Color information
#AE4A6A (or 0xAE4A6A) is known color: Royal Heath. HEX triplet: AE, 4A and 6A. RGB value is (174,74,106). Sum of RGB (Red+Green+Blue) = 174+74+106=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A6A is #51B595. Grayscale: #6B6B6B. Windows color (decimal): -5354902 or 6965934. OLE color: 6965934.
HSL color Cylindrical-coordinate representation of color #AE4A6A: hue angle of 340.8º 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 #AE4A6A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 106 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.32 |
| HSL | 340.8º | 0.4% | 0.49% | - |
| HSV(B) | 340.8º | 0.57% | 0.68% | - |
| XYZ | 22.51 | 14.94 | 15.33 | - |
| YUV | 107.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 106 | 0 | 0.57 | 0.39 | 0.32 | 340.8 | 0.4 | 0.49 |
| Hex | AE | 4A | 6A | 0 | 39 | 27 | 20 | 155 | 28 | 31 |
| Octal | 256 | 112 | 152 | 0 | 71 | 47 | 40 | 525 | 50 | 61 |
| Binary | 10101110 | 1001010 | 1101010 | 0 | 111001 | 100111 | 100000 | 101010101 | 101000 | 110001 |
Color Harmonies of #AE4A6A
Complementary color
Monochromatic Colors of #AE4A6A
Black with #AE4A6A
Text Example
Text Example
White with #AE4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A6A; }
p { color: rgb(174,74,106); }
H1.HeaderClassName
{
color: #AE4A6A;
}
.AnyTagClassName
{
color: #AE4A6A;
}
</style>
background-color css
<style>
a { background-color: #AE4A6A; }
a { background-color: rgb(174,74,106); }
div.DivClassName
{
background-color: #AE4A6A;
}
.BgClassName
{
background-color: #AE4A6A;
}
</style>
border-color css
<style>
span { border-color: #AE4A6A; }
span { border-color: rgb(174,74,106); }
td.TdClassName
{
border-color: #AE4A6A;
}
.TagClassName
{
border-color: #AE4A6A;
}
</style>