Shades of Dark Orchid #A020DC
Tints of Dark Orchid #A020DC
RGB
CMYK
RGB Variations
Color information
#A020DC (or 0xA020DC) is known color: Dark Orchid. HEX triplet: A0, 20 and DC. RGB value is (160,32,220). Sum of RGB (Red+Green+Blue) = 160+32+220=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #A020DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020DC is #5FDF23. Grayscale: #5B5B5B. Windows color (decimal): -6283044 or 14426272. OLE color: 14426272.
HSL color Cylindrical-coordinate representation of color #A020DC: hue angle of 280.85º 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 #A020DC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 32 | 220 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.14 |
| HSL | 280.85º | 0.75% | 0.49% | - |
| HSV(B) | 280.85º | 0.85% | 0.86% | - |
| XYZ | 27.93 | 13.67 | 68.88 | - |
| YUV | 91.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 220 | 0.27 | 0.85 | 0 | 0.14 | 280.85 | 0.75 | 0.49 |
| Hex | A0 | 20 | DC | 1B | 55 | 0 | E | 119 | 4B | 31 |
| Octal | 240 | 40 | 334 | 33 | 125 | 0 | 16 | 431 | 113 | 61 |
| Binary | 10100000 | 100000 | 11011100 | 11011 | 1010101 | 0 | 1110 | 100011001 | 1001011 | 110001 |
Color Harmonies of #A020DC
Complementary color
Monochromatic Colors of #A020DC
Black with #A020DC
Text Example
Text Example
White with #A020DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020DC; }
p { color: rgb(160,32,220); }
H1.HeaderClassName
{
color: #A020DC;
}
.AnyTagClassName
{
color: #A020DC;
}
</style>
background-color css
<style>
a { background-color: #A020DC; }
a { background-color: rgb(160,32,220); }
div.DivClassName
{
background-color: #A020DC;
}
.BgClassName
{
background-color: #A020DC;
}
</style>
border-color css
<style>
span { border-color: #A020DC; }
span { border-color: rgb(160,32,220); }
td.TdClassName
{
border-color: #A020DC;
}
.TagClassName
{
border-color: #A020DC;
}
</style>