Shades of Dark Orchid #AE2CDB
Tints of Dark Orchid #AE2CDB
RGB
CMYK
RGB Variations
Color information
#AE2CDB (or 0xAE2CDB) is known color: Dark Orchid. HEX triplet: AE, 2C and DB. RGB value is (174,44,219). Sum of RGB (Red+Green+Blue) = 174+44+219=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE2CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CDB is #51D324. Grayscale: #666666. Windows color (decimal): -5362469 or 14363822. OLE color: 14363822.
HSL color Cylindrical-coordinate representation of color #AE2CDB: hue angle of 284.57º 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 #AE2CDB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 44 | 219 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 284.57º | 0.71% | 0.52% | - |
| HSV(B) | 284.57º | 0.8% | 0.86% | - |
| XYZ | 31.14 | 15.91 | 68.45 | - |
| YUV | 102.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 219 | 0.21 | 0.80 | 0 | 0.14 | 284.57 | 0.71 | 0.52 |
| Hex | AE | 2C | DB | 15 | 50 | 0 | E | 11D | 47 | 34 |
| Octal | 256 | 54 | 333 | 25 | 120 | 0 | 16 | 435 | 107 | 64 |
| Binary | 10101110 | 101100 | 11011011 | 10101 | 1010000 | 0 | 1110 | 100011101 | 1000111 | 110100 |
Color Harmonies of #AE2CDB
Complementary color
Monochromatic Colors of #AE2CDB
Black with #AE2CDB
Text Example
Text Example
White with #AE2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2CDB; }
p { color: rgb(174,44,219); }
H1.HeaderClassName
{
color: #AE2CDB;
}
.AnyTagClassName
{
color: #AE2CDB;
}
</style>
background-color css
<style>
a { background-color: #AE2CDB; }
a { background-color: rgb(174,44,219); }
div.DivClassName
{
background-color: #AE2CDB;
}
.BgClassName
{
background-color: #AE2CDB;
}
</style>
border-color css
<style>
span { border-color: #AE2CDB; }
span { border-color: rgb(174,44,219); }
td.TdClassName
{
border-color: #AE2CDB;
}
.TagClassName
{
border-color: #AE2CDB;
}
</style>