Shades of Dark Orchid #A02EE1
Tints of Dark Orchid #A02EE1
RGB
CMYK
RGB Variations
Color information
#A02EE1 (or 0xA02EE1) is known color: Dark Orchid. HEX triplet: A0, 2E and E1. RGB value is (160,46,225). Sum of RGB (Red+Green+Blue) = 160+46+225=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #A02EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EE1 is #5FD11E. Grayscale: #636363. Windows color (decimal): -6279455 or 14757536. OLE color: 14757536.
HSL color Cylindrical-coordinate representation of color #A02EE1: hue angle of 278.21º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02EE1 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 46 | 225 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.12 |
| HSL | 278.21º | 0.75% | 0.53% | - |
| HSV(B) | 278.21º | 0.8% | 0.88% | - |
| XYZ | 29.06 | 14.86 | 72.57 | - |
| YUV | 100.49 | 198.27 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 225 | 0.29 | 0.80 | 0 | 0.12 | 278.21 | 0.75 | 0.53 |
| Hex | A0 | 2E | E1 | 1D | 50 | 0 | C | 116 | 4B | 35 |
| Octal | 240 | 56 | 341 | 35 | 120 | 0 | 14 | 426 | 113 | 65 |
| Binary | 10100000 | 101110 | 11100001 | 11101 | 1010000 | 0 | 1100 | 100010110 | 1001011 | 110101 |
Color Harmonies of #A02EE1
Complementary color
Monochromatic Colors of #A02EE1
Black with #A02EE1
Text Example
Text Example
White with #A02EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EE1; }
p { color: rgb(160,46,225); }
H1.HeaderClassName
{
color: #A02EE1;
}
.AnyTagClassName
{
color: #A02EE1;
}
</style>
background-color css
<style>
a { background-color: #A02EE1; }
a { background-color: rgb(160,46,225); }
div.DivClassName
{
background-color: #A02EE1;
}
.BgClassName
{
background-color: #A02EE1;
}
</style>
border-color css
<style>
span { border-color: #A02EE1; }
span { border-color: rgb(160,46,225); }
td.TdClassName
{
border-color: #A02EE1;
}
.TagClassName
{
border-color: #A02EE1;
}
</style>