Shades of Dark Orchid #AE20DF
Tints of Dark Orchid #AE20DF
RGB
CMYK
RGB Variations
Color information
#AE20DF (or 0xAE20DF) is known color: Dark Orchid. HEX triplet: AE, 20 and DF. RGB value is (174,32,223). Sum of RGB (Red+Green+Blue) = 174+32+223=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE20DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20DF is #51DF20. Grayscale: #5F5F5F. Windows color (decimal): -5365537 or 14622894. OLE color: 14622894.
HSL color Cylindrical-coordinate representation of color #AE20DF: hue angle of 284.61º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE20DF is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 32 | 223 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.13 |
| HSL | 284.61º | 0.75% | 0.5% | - |
| HSV(B) | 284.61º | 0.86% | 0.87% | - |
| XYZ | 31.29 | 15.36 | 71.13 | - |
| YUV | 96.23 | 199.54 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 223 | 0.22 | 0.86 | 0 | 0.13 | 284.61 | 0.75 | 0.5 |
| Hex | AE | 20 | DF | 16 | 56 | 0 | D | 11D | 4B | 32 |
| Octal | 256 | 40 | 337 | 26 | 126 | 0 | 15 | 435 | 113 | 62 |
| Binary | 10101110 | 100000 | 11011111 | 10110 | 1010110 | 0 | 1101 | 100011101 | 1001011 | 110010 |
Color Harmonies of #AE20DF
Complementary color
Monochromatic Colors of #AE20DF
Black with #AE20DF
Text Example
Text Example
White with #AE20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20DF; }
p { color: rgb(174,32,223); }
H1.HeaderClassName
{
color: #AE20DF;
}
.AnyTagClassName
{
color: #AE20DF;
}
</style>
background-color css
<style>
a { background-color: #AE20DF; }
a { background-color: rgb(174,32,223); }
div.DivClassName
{
background-color: #AE20DF;
}
.BgClassName
{
background-color: #AE20DF;
}
</style>
border-color css
<style>
span { border-color: #AE20DF; }
span { border-color: rgb(174,32,223); }
td.TdClassName
{
border-color: #AE20DF;
}
.TagClassName
{
border-color: #AE20DF;
}
</style>