Shades of Dark Orchid #AE29DB
Tints of Dark Orchid #AE29DB
RGB
CMYK
RGB Variations
Color information
#AE29DB (or 0xAE29DB) is known color: Dark Orchid. HEX triplet: AE, 29 and DB. RGB value is (174,41,219). Sum of RGB (Red+Green+Blue) = 174+41+219=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29DB is #51D624. Grayscale: #646464. Windows color (decimal): -5363237 or 14363054. OLE color: 14363054.
HSL color Cylindrical-coordinate representation of color #AE29DB: hue angle of 284.83º degrees, saturation: 0.71, 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 #AE29DB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 41 | 219 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.14 |
| HSL | 284.83º | 0.71% | 0.51% | - |
| HSV(B) | 284.83º | 0.81% | 0.86% | - |
| XYZ | 31.03 | 15.7 | 68.41 | - |
| YUV | 101.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 219 | 0.21 | 0.81 | 0 | 0.14 | 284.83 | 0.71 | 0.51 |
| Hex | AE | 29 | DB | 15 | 51 | 0 | E | 11D | 47 | 33 |
| Octal | 256 | 51 | 333 | 25 | 121 | 0 | 16 | 435 | 107 | 63 |
| Binary | 10101110 | 101001 | 11011011 | 10101 | 1010001 | 0 | 1110 | 100011101 | 1000111 | 110011 |
Color Harmonies of #AE29DB
Complementary color
Monochromatic Colors of #AE29DB
Black with #AE29DB
Text Example
Text Example
White with #AE29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE29DB; }
p { color: rgb(174,41,219); }
H1.HeaderClassName
{
color: #AE29DB;
}
.AnyTagClassName
{
color: #AE29DB;
}
</style>
background-color css
<style>
a { background-color: #AE29DB; }
a { background-color: rgb(174,41,219); }
div.DivClassName
{
background-color: #AE29DB;
}
.BgClassName
{
background-color: #AE29DB;
}
</style>
border-color css
<style>
span { border-color: #AE29DB; }
span { border-color: rgb(174,41,219); }
td.TdClassName
{
border-color: #AE29DB;
}
.TagClassName
{
border-color: #AE29DB;
}
</style>