Shades of Royal Heath #AE417A
Tints of Royal Heath #AE417A
RGB
CMYK
RGB Variations
Color information
#AE417A (or 0xAE417A) is known color: Royal Heath. HEX triplet: AE, 41 and 7A. RGB value is (174,65,122). Sum of RGB (Red+Green+Blue) = 174+65+122=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE417A is #51BE85. Grayscale: #676767. Windows color (decimal): -5357190 or 8012206. OLE color: 8012206.
HSL color Cylindrical-coordinate representation of color #AE417A: hue angle of 328.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE417A is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 122 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.32 |
| HSL | 328.62º | 0.46% | 0.47% | - |
| HSV(B) | 328.62º | 0.63% | 0.68% | - |
| XYZ | 22.86 | 14.18 | 19.95 | - |
| YUV | 104.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 122 | 0 | 0.63 | 0.30 | 0.32 | 328.62 | 0.46 | 0.47 |
| Hex | AE | 41 | 7A | 0 | 3F | 1E | 20 | 149 | 2E | 2F |
| Octal | 256 | 101 | 172 | 0 | 77 | 36 | 40 | 511 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1111010 | 0 | 111111 | 11110 | 100000 | 101001001 | 101110 | 101111 |
Color Harmonies of #AE417A
Complementary color
Monochromatic Colors of #AE417A
Black with #AE417A
Text Example
Text Example
White with #AE417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE417A; }
p { color: rgb(174,65,122); }
H1.HeaderClassName
{
color: #AE417A;
}
.AnyTagClassName
{
color: #AE417A;
}
</style>
background-color css
<style>
a { background-color: #AE417A; }
a { background-color: rgb(174,65,122); }
div.DivClassName
{
background-color: #AE417A;
}
.BgClassName
{
background-color: #AE417A;
}
</style>
border-color css
<style>
span { border-color: #AE417A; }
span { border-color: rgb(174,65,122); }
td.TdClassName
{
border-color: #AE417A;
}
.TagClassName
{
border-color: #AE417A;
}
</style>