Shades of Dark Orchid #A022DC
Tints of Dark Orchid #A022DC
RGB
CMYK
RGB Variations
Color information
#A022DC (or 0xA022DC) is known color: Dark Orchid. HEX triplet: A0, 22 and DC. RGB value is (160,34,220). Sum of RGB (Red+Green+Blue) = 160+34+220=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #A022DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022DC is #5FDD23. Grayscale: #5C5C5C. Windows color (decimal): -6282532 or 14426784. OLE color: 14426784.
HSL color Cylindrical-coordinate representation of color #A022DC: hue angle of 280.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A022DC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 34 | 220 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.14 |
| HSL | 280.65º | 0.73% | 0.5% | - |
| HSV(B) | 280.65º | 0.85% | 0.86% | - |
| XYZ | 27.99 | 13.78 | 68.9 | - |
| YUV | 92.88 | 199.74 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 220 | 0.27 | 0.85 | 0 | 0.14 | 280.65 | 0.73 | 0.5 |
| Hex | A0 | 22 | DC | 1B | 55 | 0 | E | 119 | 49 | 32 |
| Octal | 240 | 42 | 334 | 33 | 125 | 0 | 16 | 431 | 111 | 62 |
| Binary | 10100000 | 100010 | 11011100 | 11011 | 1010101 | 0 | 1110 | 100011001 | 1001001 | 110010 |
Color Harmonies of #A022DC
Complementary color
Monochromatic Colors of #A022DC
Black with #A022DC
Text Example
Text Example
White with #A022DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022DC; }
p { color: rgb(160,34,220); }
H1.HeaderClassName
{
color: #A022DC;
}
.AnyTagClassName
{
color: #A022DC;
}
</style>
background-color css
<style>
a { background-color: #A022DC; }
a { background-color: rgb(160,34,220); }
div.DivClassName
{
background-color: #A022DC;
}
.BgClassName
{
background-color: #A022DC;
}
</style>
border-color css
<style>
span { border-color: #A022DC; }
span { border-color: rgb(160,34,220); }
td.TdClassName
{
border-color: #A022DC;
}
.TagClassName
{
border-color: #A022DC;
}
</style>