Shades of Dark Orchid #A022DA
Tints of Dark Orchid #A022DA
RGB
CMYK
RGB Variations
Color information
#A022DA (or 0xA022DA) is known color: Dark Orchid. HEX triplet: A0, 22 and DA. RGB value is (160,34,218). Sum of RGB (Red+Green+Blue) = 160+34+218=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A022DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022DA is #5FDD25. Grayscale: #5C5C5C. Windows color (decimal): -6282534 or 14295712. OLE color: 14295712.
HSL color Cylindrical-coordinate representation of color #A022DA: hue angle of 281.09º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A022DA is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 34 | 218 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.15 |
| HSL | 281.09º | 0.73% | 0.49% | - |
| HSV(B) | 281.09º | 0.84% | 0.85% | - |
| XYZ | 27.72 | 13.68 | 67.51 | - |
| YUV | 92.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 218 | 0.27 | 0.84 | 0 | 0.15 | 281.09 | 0.73 | 0.49 |
| Hex | A0 | 22 | DA | 1B | 54 | 0 | F | 119 | 49 | 31 |
| Octal | 240 | 42 | 332 | 33 | 124 | 0 | 17 | 431 | 111 | 61 |
| Binary | 10100000 | 100010 | 11011010 | 11011 | 1010100 | 0 | 1111 | 100011001 | 1001001 | 110001 |
Color Harmonies of #A022DA
Complementary color
Monochromatic Colors of #A022DA
Black with #A022DA
Text Example
Text Example
White with #A022DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022DA; }
p { color: rgb(160,34,218); }
H1.HeaderClassName
{
color: #A022DA;
}
.AnyTagClassName
{
color: #A022DA;
}
</style>
background-color css
<style>
a { background-color: #A022DA; }
a { background-color: rgb(160,34,218); }
div.DivClassName
{
background-color: #A022DA;
}
.BgClassName
{
background-color: #A022DA;
}
</style>
border-color css
<style>
span { border-color: #A022DA; }
span { border-color: rgb(160,34,218); }
td.TdClassName
{
border-color: #A022DA;
}
.TagClassName
{
border-color: #A022DA;
}
</style>