Shades of Dark Orchid #AE2EDB
Tints of Dark Orchid #AE2EDB
RGB
CMYK
RGB Variations
Color information
#AE2EDB (or 0xAE2EDB) is known color: Dark Orchid. HEX triplet: AE, 2E and DB. RGB value is (174,46,219). Sum of RGB (Red+Green+Blue) = 174+46+219=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2EDB is #51D124. Grayscale: #676767. Windows color (decimal): -5361957 or 14364334. OLE color: 14364334.
HSL color Cylindrical-coordinate representation of color #AE2EDB: hue angle of 284.39º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2EDB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 46 | 219 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.14 |
| HSL | 284.39º | 0.71% | 0.52% | - |
| HSV(B) | 284.39º | 0.79% | 0.86% | - |
| XYZ | 31.22 | 16.07 | 68.47 | - |
| YUV | 103.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 46 | 219 | 0.21 | 0.79 | 0 | 0.14 | 284.39 | 0.71 | 0.52 |
| Hex | AE | 2E | DB | 15 | 4F | 0 | E | 11C | 47 | 34 |
| Octal | 256 | 56 | 333 | 25 | 117 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101110 | 101110 | 11011011 | 10101 | 1001111 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AE2EDB
Complementary color
Monochromatic Colors of #AE2EDB
Black with #AE2EDB
Text Example
Text Example
White with #AE2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2EDB; }
p { color: rgb(174,46,219); }
H1.HeaderClassName
{
color: #AE2EDB;
}
.AnyTagClassName
{
color: #AE2EDB;
}
</style>
background-color css
<style>
a { background-color: #AE2EDB; }
a { background-color: rgb(174,46,219); }
div.DivClassName
{
background-color: #AE2EDB;
}
.BgClassName
{
background-color: #AE2EDB;
}
</style>
border-color css
<style>
span { border-color: #AE2EDB; }
span { border-color: rgb(174,46,219); }
td.TdClassName
{
border-color: #AE2EDB;
}
.TagClassName
{
border-color: #AE2EDB;
}
</style>