Shades of Dark Orchid #AE20EA
Tints of Dark Orchid #AE20EA
RGB
CMYK
RGB Variations
Color information
#AE20EA (or 0xAE20EA) is known color: Dark Orchid. HEX triplet: AE, 20 and EA. RGB value is (174,32,234). Sum of RGB (Red+Green+Blue) = 174+32+234=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE20EA is #51DF15. Grayscale: #606060. Windows color (decimal): -5365526 or 15343790. OLE color: 15343790.
HSL color Cylindrical-coordinate representation of color #AE20EA: hue angle of 282.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE20EA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 32 | 234 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.08 |
| HSL | 282.18º | 0.83% | 0.52% | - |
| HSV(B) | 282.18º | 0.86% | 0.92% | - |
| XYZ | 32.82 | 15.97 | 79.19 | - |
| YUV | 97.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 234 | 0.26 | 0.86 | 0 | 0.08 | 282.18 | 0.83 | 0.52 |
| Hex | AE | 20 | EA | 1A | 56 | 0 | 8 | 11A | 53 | 34 |
| Octal | 256 | 40 | 352 | 32 | 126 | 0 | 10 | 432 | 123 | 64 |
| Binary | 10101110 | 100000 | 11101010 | 11010 | 1010110 | 0 | 1000 | 100011010 | 1010011 | 110100 |
Color Harmonies of #AE20EA
Complementary color
Monochromatic Colors of #AE20EA
Black with #AE20EA
Text Example
Text Example
White with #AE20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20EA; }
p { color: rgb(174,32,234); }
H1.HeaderClassName
{
color: #AE20EA;
}
.AnyTagClassName
{
color: #AE20EA;
}
</style>
background-color css
<style>
a { background-color: #AE20EA; }
a { background-color: rgb(174,32,234); }
div.DivClassName
{
background-color: #AE20EA;
}
.BgClassName
{
background-color: #AE20EA;
}
</style>
border-color css
<style>
span { border-color: #AE20EA; }
span { border-color: rgb(174,32,234); }
td.TdClassName
{
border-color: #AE20EA;
}
.TagClassName
{
border-color: #AE20EA;
}
</style>