Shades of Dark Orchid #AE20D0
Tints of Dark Orchid #AE20D0
RGB
CMYK
RGB Variations
Color information
#AE20D0 (or 0xAE20D0) is known color: Dark Orchid. HEX triplet: AE, 20 and D0. RGB value is (174,32,208). Sum of RGB (Red+Green+Blue) = 174+32+208=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE20D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20D0 is #51DF2F. Grayscale: #5D5D5D. Windows color (decimal): -5365552 or 13639854. OLE color: 13639854.
HSL color Cylindrical-coordinate representation of color #AE20D0: hue angle of 288.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE20D0 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 32 | 208 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.18 |
| HSL | 288.41º | 0.73% | 0.47% | - |
| HSV(B) | 288.41º | 0.85% | 0.82% | - |
| XYZ | 29.36 | 14.59 | 60.94 | - |
| YUV | 94.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 208 | 0.16 | 0.85 | 0 | 0.18 | 288.41 | 0.73 | 0.47 |
| Hex | AE | 20 | D0 | 10 | 55 | 0 | 12 | 120 | 49 | 2F |
| Octal | 256 | 40 | 320 | 20 | 125 | 0 | 22 | 440 | 111 | 57 |
| Binary | 10101110 | 100000 | 11010000 | 10000 | 1010101 | 0 | 10010 | 100100000 | 1001001 | 101111 |
Color Harmonies of #AE20D0
Complementary color
Monochromatic Colors of #AE20D0
Black with #AE20D0
Text Example
Text Example
White with #AE20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20D0; }
p { color: rgb(174,32,208); }
H1.HeaderClassName
{
color: #AE20D0;
}
.AnyTagClassName
{
color: #AE20D0;
}
</style>
background-color css
<style>
a { background-color: #AE20D0; }
a { background-color: rgb(174,32,208); }
div.DivClassName
{
background-color: #AE20D0;
}
.BgClassName
{
background-color: #AE20D0;
}
</style>
border-color css
<style>
span { border-color: #AE20D0; }
span { border-color: rgb(174,32,208); }
td.TdClassName
{
border-color: #AE20D0;
}
.TagClassName
{
border-color: #AE20D0;
}
</style>