Shades of Dark Orchid #AE24DB
Tints of Dark Orchid #AE24DB
RGB
CMYK
RGB Variations
Color information
#AE24DB (or 0xAE24DB) is known color: Dark Orchid. HEX triplet: AE, 24 and DB. RGB value is (174,36,219). Sum of RGB (Red+Green+Blue) = 174+36+219=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE24DB is #51DB24. Grayscale: #616161. Windows color (decimal): -5364517 or 14361774. OLE color: 14361774.
HSL color Cylindrical-coordinate representation of color #AE24DB: hue angle of 285.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE24DB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 36 | 219 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.14 |
| HSL | 285.25º | 0.72% | 0.5% | - |
| HSV(B) | 285.25º | 0.84% | 0.86% | - |
| XYZ | 30.87 | 15.37 | 68.36 | - |
| YUV | 98.12 | 196.22 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 219 | 0.21 | 0.84 | 0 | 0.14 | 285.25 | 0.72 | 0.5 |
| Hex | AE | 24 | DB | 15 | 54 | 0 | E | 11D | 48 | 32 |
| Octal | 256 | 44 | 333 | 25 | 124 | 0 | 16 | 435 | 110 | 62 |
| Binary | 10101110 | 100100 | 11011011 | 10101 | 1010100 | 0 | 1110 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AE24DB
Complementary color
Monochromatic Colors of #AE24DB
Black with #AE24DB
Text Example
Text Example
White with #AE24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE24DB; }
p { color: rgb(174,36,219); }
H1.HeaderClassName
{
color: #AE24DB;
}
.AnyTagClassName
{
color: #AE24DB;
}
</style>
background-color css
<style>
a { background-color: #AE24DB; }
a { background-color: rgb(174,36,219); }
div.DivClassName
{
background-color: #AE24DB;
}
.BgClassName
{
background-color: #AE24DB;
}
</style>
border-color css
<style>
span { border-color: #AE24DB; }
span { border-color: rgb(174,36,219); }
td.TdClassName
{
border-color: #AE24DB;
}
.TagClassName
{
border-color: #AE24DB;
}
</style>