Shades of Dark Orchid #AE2DDB
Tints of Dark Orchid #AE2DDB
RGB
CMYK
RGB Variations
Color information
#AE2DDB (or 0xAE2DDB) is known color: Dark Orchid. HEX triplet: AE, 2D and DB. RGB value is (174,45,219). Sum of RGB (Red+Green+Blue) = 174+45+219=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE2DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DDB is #51D224. Grayscale: #666666. Windows color (decimal): -5362213 or 14364078. OLE color: 14364078.
HSL color Cylindrical-coordinate representation of color #AE2DDB: hue angle of 284.48º 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 #AE2DDB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 45 | 219 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.14 |
| HSL | 284.48º | 0.71% | 0.52% | - |
| HSV(B) | 284.48º | 0.79% | 0.86% | - |
| XYZ | 31.18 | 15.99 | 68.46 | - |
| YUV | 103.41 | 193.24 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 219 | 0.21 | 0.79 | 0 | 0.14 | 284.48 | 0.71 | 0.52 |
| Hex | AE | 2D | DB | 15 | 4F | 0 | E | 11C | 47 | 34 |
| Octal | 256 | 55 | 333 | 25 | 117 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101110 | 101101 | 11011011 | 10101 | 1001111 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AE2DDB
Complementary color
Monochromatic Colors of #AE2DDB
Black with #AE2DDB
Text Example
Text Example
White with #AE2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2DDB; }
p { color: rgb(174,45,219); }
H1.HeaderClassName
{
color: #AE2DDB;
}
.AnyTagClassName
{
color: #AE2DDB;
}
</style>
background-color css
<style>
a { background-color: #AE2DDB; }
a { background-color: rgb(174,45,219); }
div.DivClassName
{
background-color: #AE2DDB;
}
.BgClassName
{
background-color: #AE2DDB;
}
</style>
border-color css
<style>
span { border-color: #AE2DDB; }
span { border-color: rgb(174,45,219); }
td.TdClassName
{
border-color: #AE2DDB;
}
.TagClassName
{
border-color: #AE2DDB;
}
</style>