Shades of Dark Orchid #A02ADB
Tints of Dark Orchid #A02ADB
RGB
CMYK
RGB Variations
Color information
#A02ADB (or 0xA02ADB) is known color: Dark Orchid. HEX triplet: A0, 2A and DB. RGB value is (160,42,219). Sum of RGB (Red+Green+Blue) = 160+42+219=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A02ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ADB is #5FD524. Grayscale: #606060. Windows color (decimal): -6280485 or 14363296. OLE color: 14363296.
HSL color Cylindrical-coordinate representation of color #A02ADB: hue angle of 280º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02ADB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 42 | 219 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.14 |
| HSL | 280º | 0.71% | 0.51% | - |
| HSV(B) | 280º | 0.81% | 0.86% | - |
| XYZ | 28.11 | 14.24 | 68.29 | - |
| YUV | 97.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 219 | 0.27 | 0.81 | 0 | 0.14 | 280 | 0.71 | 0.51 |
| Hex | A0 | 2A | DB | 1B | 51 | 0 | E | 118 | 47 | 33 |
| Octal | 240 | 52 | 333 | 33 | 121 | 0 | 16 | 430 | 107 | 63 |
| Binary | 10100000 | 101010 | 11011011 | 11011 | 1010001 | 0 | 1110 | 100011000 | 1000111 | 110011 |
Color Harmonies of #A02ADB
Complementary color
Monochromatic Colors of #A02ADB
Black with #A02ADB
Text Example
Text Example
White with #A02ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ADB; }
p { color: rgb(160,42,219); }
H1.HeaderClassName
{
color: #A02ADB;
}
.AnyTagClassName
{
color: #A02ADB;
}
</style>
background-color css
<style>
a { background-color: #A02ADB; }
a { background-color: rgb(160,42,219); }
div.DivClassName
{
background-color: #A02ADB;
}
.BgClassName
{
background-color: #A02ADB;
}
</style>
border-color css
<style>
span { border-color: #A02ADB; }
span { border-color: rgb(160,42,219); }
td.TdClassName
{
border-color: #A02ADB;
}
.TagClassName
{
border-color: #A02ADB;
}
</style>