Shades of Dark Orchid #A01EAE
Tints of Dark Orchid #A01EAE
RGB
CMYK
RGB Variations
Color information
#A01EAE (or 0xA01EAE) is known color: Dark Orchid. HEX triplet: A0, 1E and AE. RGB value is (160,30,174). Sum of RGB (Red+Green+Blue) = 160+30+174=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #A01EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01EAE is #5FE151. Grayscale: #545454. Windows color (decimal): -6283602 or 11411104. OLE color: 11411104.
HSL color Cylindrical-coordinate representation of color #A01EAE: hue angle of 294.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01EAE is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 30 | 174 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.32 |
| HSL | 294.17º | 0.71% | 0.4% | - |
| HSV(B) | 294.17º | 0.83% | 0.68% | - |
| XYZ | 22.6 | 11.46 | 41.06 | - |
| YUV | 85.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 174 | 0.08 | 0.83 | 0 | 0.32 | 294.17 | 0.71 | 0.4 |
| Hex | A0 | 1E | AE | 8 | 53 | 0 | 20 | 126 | 47 | 28 |
| Octal | 240 | 36 | 256 | 10 | 123 | 0 | 40 | 446 | 107 | 50 |
| Binary | 10100000 | 11110 | 10101110 | 1000 | 1010011 | 0 | 100000 | 100100110 | 1000111 | 101000 |
Color Harmonies of #A01EAE
Complementary color
Monochromatic Colors of #A01EAE
Black with #A01EAE
Text Example
Text Example
White with #A01EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EAE; }
p { color: rgb(160,30,174); }
H1.HeaderClassName
{
color: #A01EAE;
}
.AnyTagClassName
{
color: #A01EAE;
}
</style>
background-color css
<style>
a { background-color: #A01EAE; }
a { background-color: rgb(160,30,174); }
div.DivClassName
{
background-color: #A01EAE;
}
.BgClassName
{
background-color: #A01EAE;
}
</style>
border-color css
<style>
span { border-color: #A01EAE; }
span { border-color: rgb(160,30,174); }
td.TdClassName
{
border-color: #A01EAE;
}
.TagClassName
{
border-color: #A01EAE;
}
</style>