Shades of Dark Orchid #A022DB
Tints of Dark Orchid #A022DB
RGB
CMYK
RGB Variations
Color information
#A022DB (or 0xA022DB) is known color: Dark Orchid. HEX triplet: A0, 22 and DB. RGB value is (160,34,219). Sum of RGB (Red+Green+Blue) = 160+34+219=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #A022DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022DB is #5FDD24. Grayscale: #5C5C5C. Windows color (decimal): -6282533 or 14361248. OLE color: 14361248.
HSL color Cylindrical-coordinate representation of color #A022DB: hue angle of 280.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A022DB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 34 | 219 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.14 |
| HSL | 280.86º | 0.73% | 0.5% | - |
| HSV(B) | 280.86º | 0.84% | 0.86% | - |
| XYZ | 27.86 | 13.73 | 68.2 | - |
| YUV | 92.76 | 199.24 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 219 | 0.27 | 0.84 | 0 | 0.14 | 280.86 | 0.73 | 0.5 |
| Hex | A0 | 22 | DB | 1B | 54 | 0 | E | 119 | 49 | 32 |
| Octal | 240 | 42 | 333 | 33 | 124 | 0 | 16 | 431 | 111 | 62 |
| Binary | 10100000 | 100010 | 11011011 | 11011 | 1010100 | 0 | 1110 | 100011001 | 1001001 | 110010 |
Color Harmonies of #A022DB
Complementary color
Monochromatic Colors of #A022DB
Black with #A022DB
Text Example
Text Example
White with #A022DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022DB; }
p { color: rgb(160,34,219); }
H1.HeaderClassName
{
color: #A022DB;
}
.AnyTagClassName
{
color: #A022DB;
}
</style>
background-color css
<style>
a { background-color: #A022DB; }
a { background-color: rgb(160,34,219); }
div.DivClassName
{
background-color: #A022DB;
}
.BgClassName
{
background-color: #A022DB;
}
</style>
border-color css
<style>
span { border-color: #A022DB; }
span { border-color: rgb(160,34,219); }
td.TdClassName
{
border-color: #A022DB;
}
.TagClassName
{
border-color: #A022DB;
}
</style>