Shades of Dark Orchid #AE2DDC
Tints of Dark Orchid #AE2DDC
RGB
CMYK
RGB Variations
Color information
#AE2DDC (or 0xAE2DDC) is known color: Dark Orchid. HEX triplet: AE, 2D and DC. RGB value is (174,45,220). Sum of RGB (Red+Green+Blue) = 174+45+220=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DDC is #51D223. Grayscale: #666666. Windows color (decimal): -5362212 or 14429614. OLE color: 14429614.
HSL color Cylindrical-coordinate representation of color #AE2DDC: hue angle of 284.23º degrees, saturation: 0.71, 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 #AE2DDC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 45 | 220 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 284.23º | 0.71% | 0.52% | - |
| HSV(B) | 284.23º | 0.8% | 0.86% | - |
| XYZ | 31.31 | 16.04 | 69.16 | - |
| YUV | 103.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 220 | 0.21 | 0.80 | 0 | 0.14 | 284.23 | 0.71 | 0.52 |
| Hex | AE | 2D | DC | 15 | 50 | 0 | E | 11C | 47 | 34 |
| Octal | 256 | 55 | 334 | 25 | 120 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101110 | 101101 | 11011100 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AE2DDC
Complementary color
Monochromatic Colors of #AE2DDC
Black with #AE2DDC
Text Example
Text Example
White with #AE2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2DDC; }
p { color: rgb(174,45,220); }
H1.HeaderClassName
{
color: #AE2DDC;
}
.AnyTagClassName
{
color: #AE2DDC;
}
</style>
background-color css
<style>
a { background-color: #AE2DDC; }
a { background-color: rgb(174,45,220); }
div.DivClassName
{
background-color: #AE2DDC;
}
.BgClassName
{
background-color: #AE2DDC;
}
</style>
border-color css
<style>
span { border-color: #AE2DDC; }
span { border-color: rgb(174,45,220); }
td.TdClassName
{
border-color: #AE2DDC;
}
.TagClassName
{
border-color: #AE2DDC;
}
</style>