Shades of Dark Orchid #AE21DB
Tints of Dark Orchid #AE21DB
RGB
CMYK
RGB Variations
Color information
#AE21DB (or 0xAE21DB) is known color: Dark Orchid. HEX triplet: AE, 21 and DB. RGB value is (174,33,219). Sum of RGB (Red+Green+Blue) = 174+33+219=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE21DB is #51DE24. Grayscale: #5F5F5F. Windows color (decimal): -5365285 or 14361006. OLE color: 14361006.
HSL color Cylindrical-coordinate representation of color #AE21DB: hue angle of 285.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE21DB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 33 | 219 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.14 |
| HSL | 285.48º | 0.74% | 0.49% | - |
| HSV(B) | 285.48º | 0.85% | 0.86% | - |
| XYZ | 30.79 | 15.2 | 68.33 | - |
| YUV | 96.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 219 | 0.21 | 0.85 | 0 | 0.14 | 285.48 | 0.74 | 0.49 |
| Hex | AE | 21 | DB | 15 | 55 | 0 | E | 11D | 4A | 31 |
| Octal | 256 | 41 | 333 | 25 | 125 | 0 | 16 | 435 | 112 | 61 |
| Binary | 10101110 | 100001 | 11011011 | 10101 | 1010101 | 0 | 1110 | 100011101 | 1001010 | 110001 |
Color Harmonies of #AE21DB
Complementary color
Monochromatic Colors of #AE21DB
Black with #AE21DB
Text Example
Text Example
White with #AE21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE21DB; }
p { color: rgb(174,33,219); }
H1.HeaderClassName
{
color: #AE21DB;
}
.AnyTagClassName
{
color: #AE21DB;
}
</style>
background-color css
<style>
a { background-color: #AE21DB; }
a { background-color: rgb(174,33,219); }
div.DivClassName
{
background-color: #AE21DB;
}
.BgClassName
{
background-color: #AE21DB;
}
</style>
border-color css
<style>
span { border-color: #AE21DB; }
span { border-color: rgb(174,33,219); }
td.TdClassName
{
border-color: #AE21DB;
}
.TagClassName
{
border-color: #AE21DB;
}
</style>