Shades of Dark Orchid #A02EDB
Tints of Dark Orchid #A02EDB
RGB
CMYK
RGB Variations
Color information
#A02EDB (or 0xA02EDB) is known color: Dark Orchid. HEX triplet: A0, 2E and DB. RGB value is (160,46,219). Sum of RGB (Red+Green+Blue) = 160+46+219=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A02EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EDB is #5FD124. Grayscale: #636363. Windows color (decimal): -6279461 or 14364320. OLE color: 14364320.
HSL color Cylindrical-coordinate representation of color #A02EDB: hue angle of 279.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02EDB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 46 | 219 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.14 |
| HSL | 279.54º | 0.71% | 0.52% | - |
| HSV(B) | 279.54º | 0.79% | 0.86% | - |
| XYZ | 28.26 | 14.54 | 68.34 | - |
| YUV | 99.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 219 | 0.27 | 0.79 | 0 | 0.14 | 279.54 | 0.71 | 0.52 |
| Hex | A0 | 2E | DB | 1B | 4F | 0 | E | 118 | 47 | 34 |
| Octal | 240 | 56 | 333 | 33 | 117 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100000 | 101110 | 11011011 | 11011 | 1001111 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A02EDB
Complementary color
Monochromatic Colors of #A02EDB
Black with #A02EDB
Text Example
Text Example
White with #A02EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EDB; }
p { color: rgb(160,46,219); }
H1.HeaderClassName
{
color: #A02EDB;
}
.AnyTagClassName
{
color: #A02EDB;
}
</style>
background-color css
<style>
a { background-color: #A02EDB; }
a { background-color: rgb(160,46,219); }
div.DivClassName
{
background-color: #A02EDB;
}
.BgClassName
{
background-color: #A02EDB;
}
</style>
border-color css
<style>
span { border-color: #A02EDB; }
span { border-color: rgb(160,46,219); }
td.TdClassName
{
border-color: #A02EDB;
}
.TagClassName
{
border-color: #A02EDB;
}
</style>