Shades of Dark Orchid #AE20CE
Tints of Dark Orchid #AE20CE
RGB
CMYK
RGB Variations
Color information
#AE20CE (or 0xAE20CE) is known color: Dark Orchid. HEX triplet: AE, 20 and CE. RGB value is (174,32,206). Sum of RGB (Red+Green+Blue) = 174+32+206=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20CE is #51DF31. Grayscale: #5D5D5D. Windows color (decimal): -5365554 or 13508782. OLE color: 13508782.
HSL color Cylindrical-coordinate representation of color #AE20CE: hue angle of 288.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE20CE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 32 | 206 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.19 |
| HSL | 288.97º | 0.73% | 0.47% | - |
| HSV(B) | 288.97º | 0.84% | 0.81% | - |
| XYZ | 29.11 | 14.49 | 59.65 | - |
| YUV | 94.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 206 | 0.16 | 0.84 | 0 | 0.19 | 288.97 | 0.73 | 0.47 |
| Hex | AE | 20 | CE | 10 | 54 | 0 | 13 | 121 | 49 | 2F |
| Octal | 256 | 40 | 316 | 20 | 124 | 0 | 23 | 441 | 111 | 57 |
| Binary | 10101110 | 100000 | 11001110 | 10000 | 1010100 | 0 | 10011 | 100100001 | 1001001 | 101111 |
Color Harmonies of #AE20CE
Complementary color
Monochromatic Colors of #AE20CE
Black with #AE20CE
Text Example
Text Example
White with #AE20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20CE; }
p { color: rgb(174,32,206); }
H1.HeaderClassName
{
color: #AE20CE;
}
.AnyTagClassName
{
color: #AE20CE;
}
</style>
background-color css
<style>
a { background-color: #AE20CE; }
a { background-color: rgb(174,32,206); }
div.DivClassName
{
background-color: #AE20CE;
}
.BgClassName
{
background-color: #AE20CE;
}
</style>
border-color css
<style>
span { border-color: #AE20CE; }
span { border-color: rgb(174,32,206); }
td.TdClassName
{
border-color: #AE20CE;
}
.TagClassName
{
border-color: #AE20CE;
}
</style>