Shades of Dark Orchid #A020C9
Tints of Dark Orchid #A020C9
RGB
CMYK
RGB Variations
Color information
#A020C9 (or 0xA020C9) is known color: Dark Orchid. HEX triplet: A0, 20 and C9. RGB value is (160,32,201). Sum of RGB (Red+Green+Blue) = 160+32+201=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #A020C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020C9 is #5FDF36. Grayscale: #585858. Windows color (decimal): -6283063 or 13181088. OLE color: 13181088.
HSL color Cylindrical-coordinate representation of color #A020C9: hue angle of 285.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A020C9 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 32 | 201 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.21 |
| HSL | 285.44º | 0.73% | 0.46% | - |
| HSV(B) | 285.44º | 0.84% | 0.79% | - |
| XYZ | 25.56 | 12.72 | 56.37 | - |
| YUV | 89.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 201 | 0.20 | 0.84 | 0 | 0.21 | 285.44 | 0.73 | 0.46 |
| Hex | A0 | 20 | C9 | 14 | 54 | 0 | 15 | 11D | 49 | 2E |
| Octal | 240 | 40 | 311 | 24 | 124 | 0 | 25 | 435 | 111 | 56 |
| Binary | 10100000 | 100000 | 11001001 | 10100 | 1010100 | 0 | 10101 | 100011101 | 1001001 | 101110 |
Color Harmonies of #A020C9
Complementary color
Monochromatic Colors of #A020C9
Black with #A020C9
Text Example
Text Example
White with #A020C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020C9; }
p { color: rgb(160,32,201); }
H1.HeaderClassName
{
color: #A020C9;
}
.AnyTagClassName
{
color: #A020C9;
}
</style>
background-color css
<style>
a { background-color: #A020C9; }
a { background-color: rgb(160,32,201); }
div.DivClassName
{
background-color: #A020C9;
}
.BgClassName
{
background-color: #A020C9;
}
</style>
border-color css
<style>
span { border-color: #A020C9; }
span { border-color: rgb(160,32,201); }
td.TdClassName
{
border-color: #A020C9;
}
.TagClassName
{
border-color: #A020C9;
}
</style>