Shades of Dark Orchid #A020CE
Tints of Dark Orchid #A020CE
RGB
CMYK
RGB Variations
Color information
#A020CE (or 0xA020CE) is known color: Dark Orchid. HEX triplet: A0, 20 and CE. RGB value is (160,32,206). Sum of RGB (Red+Green+Blue) = 160+32+206=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A020CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020CE is #5FDF31. Grayscale: #595959. Windows color (decimal): -6283058 or 13508768. OLE color: 13508768.
HSL color Cylindrical-coordinate representation of color #A020CE: hue angle of 284.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A020CE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 32 | 206 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.19 |
| HSL | 284.14º | 0.73% | 0.47% | - |
| HSV(B) | 284.14º | 0.84% | 0.81% | - |
| XYZ | 26.15 | 12.96 | 59.52 | - |
| YUV | 90.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 206 | 0.22 | 0.84 | 0 | 0.19 | 284.14 | 0.73 | 0.47 |
| Hex | A0 | 20 | CE | 16 | 54 | 0 | 13 | 11C | 49 | 2F |
| Octal | 240 | 40 | 316 | 26 | 124 | 0 | 23 | 434 | 111 | 57 |
| Binary | 10100000 | 100000 | 11001110 | 10110 | 1010100 | 0 | 10011 | 100011100 | 1001001 | 101111 |
Color Harmonies of #A020CE
Complementary color
Monochromatic Colors of #A020CE
Black with #A020CE
Text Example
Text Example
White with #A020CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020CE; }
p { color: rgb(160,32,206); }
H1.HeaderClassName
{
color: #A020CE;
}
.AnyTagClassName
{
color: #A020CE;
}
</style>
background-color css
<style>
a { background-color: #A020CE; }
a { background-color: rgb(160,32,206); }
div.DivClassName
{
background-color: #A020CE;
}
.BgClassName
{
background-color: #A020CE;
}
</style>
border-color css
<style>
span { border-color: #A020CE; }
span { border-color: rgb(160,32,206); }
td.TdClassName
{
border-color: #A020CE;
}
.TagClassName
{
border-color: #A020CE;
}
</style>