Shades of Dark Orchid #AE1CDE
Tints of Dark Orchid #AE1CDE
RGB
CMYK
RGB Variations
Color information
#AE1CDE (or 0xAE1CDE) is known color: Dark Orchid. HEX triplet: AE, 1C and DE. RGB value is (174,28,222). Sum of RGB (Red+Green+Blue) = 174+28+222=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE1CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CDE is #51E321. Grayscale: #5D5D5D. Windows color (decimal): -5366562 or 14556334. OLE color: 14556334.
HSL color Cylindrical-coordinate representation of color #AE1CDE: hue angle of 285.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1CDE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 28 | 222 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.13 |
| HSL | 285.15º | 0.78% | 0.49% | - |
| HSV(B) | 285.15º | 0.87% | 0.87% | - |
| XYZ | 31.06 | 15.1 | 70.39 | - |
| YUV | 93.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 222 | 0.22 | 0.87 | 0 | 0.13 | 285.15 | 0.78 | 0.49 |
| Hex | AE | 1C | DE | 16 | 57 | 0 | D | 11D | 4E | 31 |
| Octal | 256 | 34 | 336 | 26 | 127 | 0 | 15 | 435 | 116 | 61 |
| Binary | 10101110 | 11100 | 11011110 | 10110 | 1010111 | 0 | 1101 | 100011101 | 1001110 | 110001 |
Color Harmonies of #AE1CDE
Complementary color
Monochromatic Colors of #AE1CDE
Black with #AE1CDE
Text Example
Text Example
White with #AE1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1CDE; }
p { color: rgb(174,28,222); }
H1.HeaderClassName
{
color: #AE1CDE;
}
.AnyTagClassName
{
color: #AE1CDE;
}
</style>
background-color css
<style>
a { background-color: #AE1CDE; }
a { background-color: rgb(174,28,222); }
div.DivClassName
{
background-color: #AE1CDE;
}
.BgClassName
{
background-color: #AE1CDE;
}
</style>
border-color css
<style>
span { border-color: #AE1CDE; }
span { border-color: rgb(174,28,222); }
td.TdClassName
{
border-color: #AE1CDE;
}
.TagClassName
{
border-color: #AE1CDE;
}
</style>