Shades of Dark Orchid #AE1EDE
Tints of Dark Orchid #AE1EDE
RGB
CMYK
RGB Variations
Color information
#AE1EDE (or 0xAE1EDE) is known color: Dark Orchid. HEX triplet: AE, 1E and DE. RGB value is (174,30,222). Sum of RGB (Red+Green+Blue) = 174+30+222=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE1EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EDE is #51E121. Grayscale: #5E5E5E. Windows color (decimal): -5366050 or 14556846. OLE color: 14556846.
HSL color Cylindrical-coordinate representation of color #AE1EDE: hue angle of 285º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1EDE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 30 | 222 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.13 |
| HSL | 285º | 0.76% | 0.49% | - |
| HSV(B) | 285º | 0.86% | 0.87% | - |
| XYZ | 31.1 | 15.2 | 70.4 | - |
| YUV | 94.94 | 199.71 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 30 | 222 | 0.22 | 0.86 | 0 | 0.13 | 285 | 0.76 | 0.49 |
| Hex | AE | 1E | DE | 16 | 56 | 0 | D | 11D | 4C | 31 |
| Octal | 256 | 36 | 336 | 26 | 126 | 0 | 15 | 435 | 114 | 61 |
| Binary | 10101110 | 11110 | 11011110 | 10110 | 1010110 | 0 | 1101 | 100011101 | 1001100 | 110001 |
Color Harmonies of #AE1EDE
Complementary color
Monochromatic Colors of #AE1EDE
Black with #AE1EDE
Text Example
Text Example
White with #AE1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1EDE; }
p { color: rgb(174,30,222); }
H1.HeaderClassName
{
color: #AE1EDE;
}
.AnyTagClassName
{
color: #AE1EDE;
}
</style>
background-color css
<style>
a { background-color: #AE1EDE; }
a { background-color: rgb(174,30,222); }
div.DivClassName
{
background-color: #AE1EDE;
}
.BgClassName
{
background-color: #AE1EDE;
}
</style>
border-color css
<style>
span { border-color: #AE1EDE; }
span { border-color: rgb(174,30,222); }
td.TdClassName
{
border-color: #AE1EDE;
}
.TagClassName
{
border-color: #AE1EDE;
}
</style>