Shades of Dark Orchid #AE19DB
Tints of Dark Orchid #AE19DB
RGB
CMYK
RGB Variations
Color information
#AE19DB (or 0xAE19DB) is known color: Dark Orchid. HEX triplet: AE, 19 and DB. RGB value is (174,25,219). Sum of RGB (Red+Green+Blue) = 174+25+219=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE19DB is #51E624. Grayscale: #5B5B5B. Windows color (decimal): -5367333 or 14358958. OLE color: 14358958.
HSL color Cylindrical-coordinate representation of color #AE19DB: hue angle of 286.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE19DB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 25 | 219 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.14 |
| HSL | 286.08º | 0.8% | 0.48% | - |
| HSV(B) | 286.08º | 0.89% | 0.86% | - |
| XYZ | 30.59 | 14.81 | 68.26 | - |
| YUV | 91.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 219 | 0.21 | 0.89 | 0 | 0.14 | 286.08 | 0.8 | 0.48 |
| Hex | AE | 19 | DB | 15 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 256 | 31 | 333 | 25 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10101110 | 11001 | 11011011 | 10101 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AE19DB
Complementary color
Monochromatic Colors of #AE19DB
Black with #AE19DB
Text Example
Text Example
White with #AE19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE19DB; }
p { color: rgb(174,25,219); }
H1.HeaderClassName
{
color: #AE19DB;
}
.AnyTagClassName
{
color: #AE19DB;
}
</style>
background-color css
<style>
a { background-color: #AE19DB; }
a { background-color: rgb(174,25,219); }
div.DivClassName
{
background-color: #AE19DB;
}
.BgClassName
{
background-color: #AE19DB;
}
</style>
border-color css
<style>
span { border-color: #AE19DB; }
span { border-color: rgb(174,25,219); }
td.TdClassName
{
border-color: #AE19DB;
}
.TagClassName
{
border-color: #AE19DB;
}
</style>