Shades of Dark Orchid #A021C1
Tints of Dark Orchid #A021C1
RGB
CMYK
RGB Variations
Color information
#A021C1 (or 0xA021C1) is known color: Dark Orchid. HEX triplet: A0, 21 and C1. RGB value is (160,33,193). Sum of RGB (Red+Green+Blue) = 160+33+193=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #A021C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021C1 is #5FDE3E. Grayscale: #585858. Windows color (decimal): -6282815 or 12657056. OLE color: 12657056.
HSL color Cylindrical-coordinate representation of color #A021C1: hue angle of 287.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A021C1 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 33 | 193 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.24 |
| HSL | 287.63º | 0.71% | 0.44% | - |
| HSV(B) | 287.63º | 0.83% | 0.76% | - |
| XYZ | 24.67 | 12.41 | 51.55 | - |
| YUV | 89.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 193 | 0.17 | 0.83 | 0 | 0.24 | 287.63 | 0.71 | 0.44 |
| Hex | A0 | 21 | C1 | 11 | 53 | 0 | 18 | 120 | 47 | 2C |
| Octal | 240 | 41 | 301 | 21 | 123 | 0 | 30 | 440 | 107 | 54 |
| Binary | 10100000 | 100001 | 11000001 | 10001 | 1010011 | 0 | 11000 | 100100000 | 1000111 | 101100 |
Color Harmonies of #A021C1
Complementary color
Monochromatic Colors of #A021C1
Black with #A021C1
Text Example
Text Example
White with #A021C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A021C1; }
p { color: rgb(160,33,193); }
H1.HeaderClassName
{
color: #A021C1;
}
.AnyTagClassName
{
color: #A021C1;
}
</style>
background-color css
<style>
a { background-color: #A021C1; }
a { background-color: rgb(160,33,193); }
div.DivClassName
{
background-color: #A021C1;
}
.BgClassName
{
background-color: #A021C1;
}
</style>
border-color css
<style>
span { border-color: #A021C1; }
span { border-color: rgb(160,33,193); }
td.TdClassName
{
border-color: #A021C1;
}
.TagClassName
{
border-color: #A021C1;
}
</style>