Shades of Dark Orchid #AE2ADC
Tints of Dark Orchid #AE2ADC
RGB
CMYK
RGB Variations
Color information
#AE2ADC (or 0xAE2ADC) is known color: Dark Orchid. HEX triplet: AE, 2A and DC. RGB value is (174,42,220). Sum of RGB (Red+Green+Blue) = 174+42+220=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ADC is #51D523. Grayscale: #656565. Windows color (decimal): -5362980 or 14428846. OLE color: 14428846.
HSL color Cylindrical-coordinate representation of color #AE2ADC: hue angle of 284.49º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2ADC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 42 | 220 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.14 |
| HSL | 284.49º | 0.72% | 0.51% | - |
| HSV(B) | 284.49º | 0.81% | 0.86% | - |
| XYZ | 31.2 | 15.82 | 69.12 | - |
| YUV | 101.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 220 | 0.21 | 0.81 | 0 | 0.14 | 284.49 | 0.72 | 0.51 |
| Hex | AE | 2A | DC | 15 | 51 | 0 | E | 11C | 48 | 33 |
| Octal | 256 | 52 | 334 | 25 | 121 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101110 | 101010 | 11011100 | 10101 | 1010001 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AE2ADC
Complementary color
Monochromatic Colors of #AE2ADC
Black with #AE2ADC
Text Example
Text Example
White with #AE2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2ADC; }
p { color: rgb(174,42,220); }
H1.HeaderClassName
{
color: #AE2ADC;
}
.AnyTagClassName
{
color: #AE2ADC;
}
</style>
background-color css
<style>
a { background-color: #AE2ADC; }
a { background-color: rgb(174,42,220); }
div.DivClassName
{
background-color: #AE2ADC;
}
.BgClassName
{
background-color: #AE2ADC;
}
</style>
border-color css
<style>
span { border-color: #AE2ADC; }
span { border-color: rgb(174,42,220); }
td.TdClassName
{
border-color: #AE2ADC;
}
.TagClassName
{
border-color: #AE2ADC;
}
</style>