Shades of Dark Orchid #A03EDB
Tints of Dark Orchid #A03EDB
RGB
CMYK
RGB Variations
Color information
#A03EDB (or 0xA03EDB) is known color: Dark Orchid. HEX triplet: A0, 3E and DB. RGB value is (160,62,219). Sum of RGB (Red+Green+Blue) = 160+62+219=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A03EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EDB is #5FC124. Grayscale: #6C6C6C. Windows color (decimal): -6275365 or 14368416. OLE color: 14368416.
HSL color Cylindrical-coordinate representation of color #A03EDB: hue angle of 277.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03EDB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 62 | 219 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.14 |
| HSL | 277.45º | 0.69% | 0.55% | - |
| HSV(B) | 277.45º | 0.72% | 0.86% | - |
| XYZ | 29.01 | 16.03 | 68.58 | - |
| YUV | 109.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 219 | 0.27 | 0.72 | 0 | 0.14 | 277.45 | 0.69 | 0.55 |
| Hex | A0 | 3E | DB | 1B | 48 | 0 | E | 115 | 45 | 37 |
| Octal | 240 | 76 | 333 | 33 | 110 | 0 | 16 | 425 | 105 | 67 |
| Binary | 10100000 | 111110 | 11011011 | 11011 | 1001000 | 0 | 1110 | 100010101 | 1000101 | 110111 |
Color Harmonies of #A03EDB
Complementary color
Monochromatic Colors of #A03EDB
Black with #A03EDB
Text Example
Text Example
White with #A03EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EDB; }
p { color: rgb(160,62,219); }
H1.HeaderClassName
{
color: #A03EDB;
}
.AnyTagClassName
{
color: #A03EDB;
}
</style>
background-color css
<style>
a { background-color: #A03EDB; }
a { background-color: rgb(160,62,219); }
div.DivClassName
{
background-color: #A03EDB;
}
.BgClassName
{
background-color: #A03EDB;
}
</style>
border-color css
<style>
span { border-color: #A03EDB; }
span { border-color: rgb(160,62,219); }
td.TdClassName
{
border-color: #A03EDB;
}
.TagClassName
{
border-color: #A03EDB;
}
</style>