Shades of Dark Orchid #AE2CDE
Tints of Dark Orchid #AE2CDE
RGB
CMYK
RGB Variations
Color information
#AE2CDE (or 0xAE2CDE) is known color: Dark Orchid. HEX triplet: AE, 2C and DE. RGB value is (174,44,222). Sum of RGB (Red+Green+Blue) = 174+44+222=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE2CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CDE is #51D321. Grayscale: #666666. Windows color (decimal): -5362466 or 14560430. OLE color: 14560430.
HSL color Cylindrical-coordinate representation of color #AE2CDE: hue angle of 283.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2CDE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 44 | 222 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.13 |
| HSL | 283.82º | 0.73% | 0.52% | - |
| HSV(B) | 283.82º | 0.8% | 0.87% | - |
| XYZ | 31.54 | 16.07 | 70.55 | - |
| YUV | 103.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 222 | 0.22 | 0.80 | 0 | 0.13 | 283.82 | 0.73 | 0.52 |
| Hex | AE | 2C | DE | 16 | 50 | 0 | D | 11C | 49 | 34 |
| Octal | 256 | 54 | 336 | 26 | 120 | 0 | 15 | 434 | 111 | 64 |
| Binary | 10101110 | 101100 | 11011110 | 10110 | 1010000 | 0 | 1101 | 100011100 | 1001001 | 110100 |
Color Harmonies of #AE2CDE
Complementary color
Monochromatic Colors of #AE2CDE
Black with #AE2CDE
Text Example
Text Example
White with #AE2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2CDE; }
p { color: rgb(174,44,222); }
H1.HeaderClassName
{
color: #AE2CDE;
}
.AnyTagClassName
{
color: #AE2CDE;
}
</style>
background-color css
<style>
a { background-color: #AE2CDE; }
a { background-color: rgb(174,44,222); }
div.DivClassName
{
background-color: #AE2CDE;
}
.BgClassName
{
background-color: #AE2CDE;
}
</style>
border-color css
<style>
span { border-color: #AE2CDE; }
span { border-color: rgb(174,44,222); }
td.TdClassName
{
border-color: #AE2CDE;
}
.TagClassName
{
border-color: #AE2CDE;
}
</style>