Shades of Dark Orchid #A020DB
Tints of Dark Orchid #A020DB
RGB
CMYK
RGB Variations
Color information
#A020DB (or 0xA020DB) is known color: Dark Orchid. HEX triplet: A0, 20 and DB. RGB value is (160,32,219). Sum of RGB (Red+Green+Blue) = 160+32+219=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #A020DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020DB is #5FDF24. Grayscale: #5A5A5A. Windows color (decimal): -6283045 or 14360736. OLE color: 14360736.
HSL color Cylindrical-coordinate representation of color #A020DB: hue angle of 281.07º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A020DB is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 32 | 219 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.14 |
| HSL | 281.07º | 0.75% | 0.49% | - |
| HSV(B) | 281.07º | 0.85% | 0.86% | - |
| XYZ | 27.8 | 13.62 | 68.18 | - |
| YUV | 91.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 219 | 0.27 | 0.85 | 0 | 0.14 | 281.07 | 0.75 | 0.49 |
| Hex | A0 | 20 | DB | 1B | 55 | 0 | E | 119 | 4B | 31 |
| Octal | 240 | 40 | 333 | 33 | 125 | 0 | 16 | 431 | 113 | 61 |
| Binary | 10100000 | 100000 | 11011011 | 11011 | 1010101 | 0 | 1110 | 100011001 | 1001011 | 110001 |
Color Harmonies of #A020DB
Complementary color
Monochromatic Colors of #A020DB
Black with #A020DB
Text Example
Text Example
White with #A020DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020DB; }
p { color: rgb(160,32,219); }
H1.HeaderClassName
{
color: #A020DB;
}
.AnyTagClassName
{
color: #A020DB;
}
</style>
background-color css
<style>
a { background-color: #A020DB; }
a { background-color: rgb(160,32,219); }
div.DivClassName
{
background-color: #A020DB;
}
.BgClassName
{
background-color: #A020DB;
}
</style>
border-color css
<style>
span { border-color: #A020DB; }
span { border-color: rgb(160,32,219); }
td.TdClassName
{
border-color: #A020DB;
}
.TagClassName
{
border-color: #A020DB;
}
</style>