Shades of Dark Orchid #A03EE0
Tints of Dark Orchid #A03EE0
RGB
CMYK
RGB Variations
Color information
#A03EE0 (or 0xA03EE0) is known color: Dark Orchid. HEX triplet: A0, 3E and E0. RGB value is (160,62,224). Sum of RGB (Red+Green+Blue) = 160+62+224=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #A03EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EE0 is #5FC11F. Grayscale: #6D6D6D. Windows color (decimal): -6275360 or 14696096. OLE color: 14696096.
HSL color Cylindrical-coordinate representation of color #A03EE0: hue angle of 276.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03EE0 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 62 | 224 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.12 |
| HSL | 276.3º | 0.72% | 0.56% | - |
| HSV(B) | 276.3º | 0.72% | 0.88% | - |
| XYZ | 29.67 | 16.3 | 72.1 | - |
| YUV | 109.77 | 192.47 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 224 | 0.29 | 0.72 | 0 | 0.12 | 276.3 | 0.72 | 0.56 |
| Hex | A0 | 3E | E0 | 1D | 48 | 0 | C | 114 | 48 | 38 |
| Octal | 240 | 76 | 340 | 35 | 110 | 0 | 14 | 424 | 110 | 70 |
| Binary | 10100000 | 111110 | 11100000 | 11101 | 1001000 | 0 | 1100 | 100010100 | 1001000 | 111000 |
Color Harmonies of #A03EE0
Complementary color
Monochromatic Colors of #A03EE0
Black with #A03EE0
Text Example
Text Example
White with #A03EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EE0; }
p { color: rgb(160,62,224); }
H1.HeaderClassName
{
color: #A03EE0;
}
.AnyTagClassName
{
color: #A03EE0;
}
</style>
background-color css
<style>
a { background-color: #A03EE0; }
a { background-color: rgb(160,62,224); }
div.DivClassName
{
background-color: #A03EE0;
}
.BgClassName
{
background-color: #A03EE0;
}
</style>
border-color css
<style>
span { border-color: #A03EE0; }
span { border-color: rgb(160,62,224); }
td.TdClassName
{
border-color: #A03EE0;
}
.TagClassName
{
border-color: #A03EE0;
}
</style>