Shades of Dark Orchid #AE2ECD
Tints of Dark Orchid #AE2ECD
RGB
CMYK
RGB Variations
Color information
#AE2ECD (or 0xAE2ECD) is known color: Dark Orchid. HEX triplet: AE, 2E and CD. RGB value is (174,46,205). Sum of RGB (Red+Green+Blue) = 174+46+205=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ECD is #51D132. Grayscale: #656565. Windows color (decimal): -5361971 or 13446830. OLE color: 13446830.
HSL color Cylindrical-coordinate representation of color #AE2ECD: hue angle of 288.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2ECD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 46 | 205 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.20 |
| HSL | 288.3º | 0.63% | 0.49% | - |
| HSV(B) | 288.3º | 0.78% | 0.8% | - |
| XYZ | 29.45 | 15.36 | 59.17 | - |
| YUV | 102.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 46 | 205 | 0.15 | 0.78 | 0 | 0.20 | 288.3 | 0.63 | 0.49 |
| Hex | AE | 2E | CD | F | 4E | 0 | 14 | 120 | 3F | 31 |
| Octal | 256 | 56 | 315 | 17 | 116 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101110 | 101110 | 11001101 | 1111 | 1001110 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AE2ECD
Complementary color
Monochromatic Colors of #AE2ECD
Black with #AE2ECD
Text Example
Text Example
White with #AE2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2ECD; }
p { color: rgb(174,46,205); }
H1.HeaderClassName
{
color: #AE2ECD;
}
.AnyTagClassName
{
color: #AE2ECD;
}
</style>
background-color css
<style>
a { background-color: #AE2ECD; }
a { background-color: rgb(174,46,205); }
div.DivClassName
{
background-color: #AE2ECD;
}
.BgClassName
{
background-color: #AE2ECD;
}
</style>
border-color css
<style>
span { border-color: #AE2ECD; }
span { border-color: rgb(174,46,205); }
td.TdClassName
{
border-color: #AE2ECD;
}
.TagClassName
{
border-color: #AE2ECD;
}
</style>