Shades of Dark Orchid #A022DE
Tints of Dark Orchid #A022DE
RGB
CMYK
RGB Variations
Color information
#A022DE (or 0xA022DE) is known color: Dark Orchid. HEX triplet: A0, 22 and DE. RGB value is (160,34,222). Sum of RGB (Red+Green+Blue) = 160+34+222=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #A022DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022DE is #5FDD21. Grayscale: #5C5C5C. Windows color (decimal): -6282530 or 14557856. OLE color: 14557856.
HSL color Cylindrical-coordinate representation of color #A022DE: hue angle of 280.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A022DE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 34 | 222 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.13 |
| HSL | 280.21º | 0.74% | 0.5% | - |
| HSV(B) | 280.21º | 0.85% | 0.87% | - |
| XYZ | 28.25 | 13.89 | 70.3 | - |
| YUV | 93.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 222 | 0.28 | 0.85 | 0 | 0.13 | 280.21 | 0.74 | 0.5 |
| Hex | A0 | 22 | DE | 1C | 55 | 0 | D | 118 | 4A | 32 |
| Octal | 240 | 42 | 336 | 34 | 125 | 0 | 15 | 430 | 112 | 62 |
| Binary | 10100000 | 100010 | 11011110 | 11100 | 1010101 | 0 | 1101 | 100011000 | 1001010 | 110010 |
Color Harmonies of #A022DE
Complementary color
Monochromatic Colors of #A022DE
Black with #A022DE
Text Example
Text Example
White with #A022DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022DE; }
p { color: rgb(160,34,222); }
H1.HeaderClassName
{
color: #A022DE;
}
.AnyTagClassName
{
color: #A022DE;
}
</style>
background-color css
<style>
a { background-color: #A022DE; }
a { background-color: rgb(160,34,222); }
div.DivClassName
{
background-color: #A022DE;
}
.BgClassName
{
background-color: #A022DE;
}
</style>
border-color css
<style>
span { border-color: #A022DE; }
span { border-color: rgb(160,34,222); }
td.TdClassName
{
border-color: #A022DE;
}
.TagClassName
{
border-color: #A022DE;
}
</style>