Shades of Dark Orchid #AE2CDC
Tints of Dark Orchid #AE2CDC
RGB
CMYK
RGB Variations
Color information
#AE2CDC (or 0xAE2CDC) is known color: Dark Orchid. HEX triplet: AE, 2C and DC. RGB value is (174,44,220). Sum of RGB (Red+Green+Blue) = 174+44+220=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CDC is #51D323. Grayscale: #666666. Windows color (decimal): -5362468 or 14429358. OLE color: 14429358.
HSL color Cylindrical-coordinate representation of color #AE2CDC: hue angle of 284.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2CDC is Cyan = 0.21, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 44 | 220 | - |
| CMYK | 0.21 | 0.8 | 0 | 0.14 |
| HSL | 284.32º | 0.72% | 0.52% | - |
| HSV(B) | 284.32º | 0.8% | 0.86% | - |
| XYZ | 31.27 | 15.97 | 69.14 | - |
| YUV | 102.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 220 | 0.21 | 0.8 | 0 | 0.14 | 284.32 | 0.72 | 0.52 |
| Hex | AE | 2C | DC | 15 | 50 | 0 | E | 11C | 48 | 34 |
| Octal | 256 | 54 | 334 | 25 | 120 | 0 | 16 | 434 | 110 | 64 |
| Binary | 10101110 | 101100 | 11011100 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AE2CDC
Complementary color
Monochromatic Colors of #AE2CDC
Black with #AE2CDC
Text Example
Text Example
White with #AE2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2CDC; }
p { color: rgb(174,44,220); }
H1.HeaderClassName
{
color: #AE2CDC;
}
.AnyTagClassName
{
color: #AE2CDC;
}
</style>
background-color css
<style>
a { background-color: #AE2CDC; }
a { background-color: rgb(174,44,220); }
div.DivClassName
{
background-color: #AE2CDC;
}
.BgClassName
{
background-color: #AE2CDC;
}
</style>
border-color css
<style>
span { border-color: #AE2CDC; }
span { border-color: rgb(174,44,220); }
td.TdClassName
{
border-color: #AE2CDC;
}
.TagClassName
{
border-color: #AE2CDC;
}
</style>