Shades of Dark Orchid #AE37EC
Tints of Dark Orchid #AE37EC
RGB
CMYK
RGB Variations
Color information
#AE37EC (or 0xAE37EC) is known color: Dark Orchid. HEX triplet: AE, 37 and EC. RGB value is (174,55,236). Sum of RGB (Red+Green+Blue) = 174+55+236=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37EC is #51C813. Grayscale: #6E6E6E. Windows color (decimal): -5359636 or 15480750. OLE color: 15480750.
HSL color Cylindrical-coordinate representation of color #AE37EC: hue angle of 279.45º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE37EC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 55 | 236 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.07 |
| HSL | 279.45º | 0.83% | 0.57% | - |
| HSV(B) | 279.45º | 0.77% | 0.93% | - |
| XYZ | 33.96 | 17.79 | 81 | - |
| YUV | 111.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 236 | 0.26 | 0.77 | 0 | 0.07 | 279.45 | 0.83 | 0.57 |
| Hex | AE | 37 | EC | 1A | 4D | 0 | 7 | 117 | 53 | 39 |
| Octal | 256 | 67 | 354 | 32 | 115 | 0 | 7 | 427 | 123 | 71 |
| Binary | 10101110 | 110111 | 11101100 | 11010 | 1001101 | 0 | 111 | 100010111 | 1010011 | 111001 |
Color Harmonies of #AE37EC
Complementary color
Monochromatic Colors of #AE37EC
Black with #AE37EC
Text Example
Text Example
White with #AE37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE37EC; }
p { color: rgb(174,55,236); }
H1.HeaderClassName
{
color: #AE37EC;
}
.AnyTagClassName
{
color: #AE37EC;
}
</style>
background-color css
<style>
a { background-color: #AE37EC; }
a { background-color: rgb(174,55,236); }
div.DivClassName
{
background-color: #AE37EC;
}
.BgClassName
{
background-color: #AE37EC;
}
</style>
border-color css
<style>
span { border-color: #AE37EC; }
span { border-color: rgb(174,55,236); }
td.TdClassName
{
border-color: #AE37EC;
}
.TagClassName
{
border-color: #AE37EC;
}
</style>