Shades of Dark Orchid #A021DA
Tints of Dark Orchid #A021DA
RGB
CMYK
RGB Variations
Color information
#A021DA (or 0xA021DA) is known color: Dark Orchid. HEX triplet: A0, 21 and DA. RGB value is (160,33,218). Sum of RGB (Red+Green+Blue) = 160+33+218=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #A021DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021DA is #5FDE25. Grayscale: #5B5B5B. Windows color (decimal): -6282790 or 14295456. OLE color: 14295456.
HSL color Cylindrical-coordinate representation of color #A021DA: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A021DA is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 33 | 218 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.15 |
| HSL | 281.19º | 0.74% | 0.49% | - |
| HSV(B) | 281.19º | 0.85% | 0.85% | - |
| XYZ | 27.7 | 13.62 | 67.5 | - |
| YUV | 92.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 218 | 0.27 | 0.85 | 0 | 0.15 | 281.19 | 0.74 | 0.49 |
| Hex | A0 | 21 | DA | 1B | 55 | 0 | F | 119 | 4A | 31 |
| Octal | 240 | 41 | 332 | 33 | 125 | 0 | 17 | 431 | 112 | 61 |
| Binary | 10100000 | 100001 | 11011010 | 11011 | 1010101 | 0 | 1111 | 100011001 | 1001010 | 110001 |
Color Harmonies of #A021DA
Complementary color
Monochromatic Colors of #A021DA
Black with #A021DA
Text Example
Text Example
White with #A021DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A021DA; }
p { color: rgb(160,33,218); }
H1.HeaderClassName
{
color: #A021DA;
}
.AnyTagClassName
{
color: #A021DA;
}
</style>
background-color css
<style>
a { background-color: #A021DA; }
a { background-color: rgb(160,33,218); }
div.DivClassName
{
background-color: #A021DA;
}
.BgClassName
{
background-color: #A021DA;
}
</style>
border-color css
<style>
span { border-color: #A021DA; }
span { border-color: rgb(160,33,218); }
td.TdClassName
{
border-color: #A021DA;
}
.TagClassName
{
border-color: #A021DA;
}
</style>