Shades of Royal Heath #AE417B
Tints of Royal Heath #AE417B
RGB
CMYK
RGB Variations
Color information
#AE417B (or 0xAE417B) is known color: Royal Heath. HEX triplet: AE, 41 and 7B. RGB value is (174,65,123). Sum of RGB (Red+Green+Blue) = 174+65+123=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE417B is #51BE84. Grayscale: #686868. Windows color (decimal): -5357189 or 8077742. OLE color: 8077742.
HSL color Cylindrical-coordinate representation of color #AE417B: hue angle of 328.07º 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 #AE417B is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 123 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.32 |
| HSL | 328.07º | 0.46% | 0.47% | - |
| HSV(B) | 328.07º | 0.63% | 0.68% | - |
| XYZ | 22.92 | 14.21 | 20.27 | - |
| YUV | 104.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 123 | 0 | 0.63 | 0.29 | 0.32 | 328.07 | 0.46 | 0.47 |
| Hex | AE | 41 | 7B | 0 | 3F | 1D | 20 | 148 | 2E | 2F |
| Octal | 256 | 101 | 173 | 0 | 77 | 35 | 40 | 510 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1111011 | 0 | 111111 | 11101 | 100000 | 101001000 | 101110 | 101111 |
Color Harmonies of #AE417B
Complementary color
Monochromatic Colors of #AE417B
Black with #AE417B
Text Example
Text Example
White with #AE417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE417B; }
p { color: rgb(174,65,123); }
H1.HeaderClassName
{
color: #AE417B;
}
.AnyTagClassName
{
color: #AE417B;
}
</style>
background-color css
<style>
a { background-color: #AE417B; }
a { background-color: rgb(174,65,123); }
div.DivClassName
{
background-color: #AE417B;
}
.BgClassName
{
background-color: #AE417B;
}
</style>
border-color css
<style>
span { border-color: #AE417B; }
span { border-color: rgb(174,65,123); }
td.TdClassName
{
border-color: #AE417B;
}
.TagClassName
{
border-color: #AE417B;
}
</style>