Shades of Dark Orchid #A020CD
Tints of Dark Orchid #A020CD
RGB
CMYK
RGB Variations
Color information
#A020CD (or 0xA020CD) is known color: Dark Orchid. HEX triplet: A0, 20 and CD. RGB value is (160,32,205). Sum of RGB (Red+Green+Blue) = 160+32+205=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #A020CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020CD is #5FDF32. Grayscale: #595959. Windows color (decimal): -6283059 or 13443232. OLE color: 13443232.
HSL color Cylindrical-coordinate representation of color #A020CD: hue angle of 284.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A020CD is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 32 | 205 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.20 |
| HSL | 284.39º | 0.73% | 0.46% | - |
| HSV(B) | 284.39º | 0.84% | 0.8% | - |
| XYZ | 26.03 | 12.91 | 58.88 | - |
| YUV | 89.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 205 | 0.22 | 0.84 | 0 | 0.20 | 284.39 | 0.73 | 0.46 |
| Hex | A0 | 20 | CD | 16 | 54 | 0 | 14 | 11C | 49 | 2E |
| Octal | 240 | 40 | 315 | 26 | 124 | 0 | 24 | 434 | 111 | 56 |
| Binary | 10100000 | 100000 | 11001101 | 10110 | 1010100 | 0 | 10100 | 100011100 | 1001001 | 101110 |
Color Harmonies of #A020CD
Complementary color
Monochromatic Colors of #A020CD
Black with #A020CD
Text Example
Text Example
White with #A020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020CD; }
p { color: rgb(160,32,205); }
H1.HeaderClassName
{
color: #A020CD;
}
.AnyTagClassName
{
color: #A020CD;
}
</style>
background-color css
<style>
a { background-color: #A020CD; }
a { background-color: rgb(160,32,205); }
div.DivClassName
{
background-color: #A020CD;
}
.BgClassName
{
background-color: #A020CD;
}
</style>
border-color css
<style>
span { border-color: #A020CD; }
span { border-color: rgb(160,32,205); }
td.TdClassName
{
border-color: #A020CD;
}
.TagClassName
{
border-color: #A020CD;
}
</style>