Shades of Dark Orchid #A021CD
Tints of Dark Orchid #A021CD
RGB
CMYK
RGB Variations
Color information
#A021CD (or 0xA021CD) is known color: Dark Orchid. HEX triplet: A0, 21 and CD. RGB value is (160,33,205). Sum of RGB (Red+Green+Blue) = 160+33+205=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #A021CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021CD is #5FDE32. Grayscale: #5A5A5A. Windows color (decimal): -6282803 or 13443488. OLE color: 13443488.
HSL color Cylindrical-coordinate representation of color #A021CD: hue angle of 284.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A021CD is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 33 | 205 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.20 |
| HSL | 284.3º | 0.72% | 0.47% | - |
| HSV(B) | 284.3º | 0.84% | 0.8% | - |
| XYZ | 26.06 | 12.97 | 58.89 | - |
| YUV | 90.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 205 | 0.22 | 0.84 | 0 | 0.20 | 284.3 | 0.72 | 0.47 |
| Hex | A0 | 21 | CD | 16 | 54 | 0 | 14 | 11C | 48 | 2F |
| Octal | 240 | 41 | 315 | 26 | 124 | 0 | 24 | 434 | 110 | 57 |
| Binary | 10100000 | 100001 | 11001101 | 10110 | 1010100 | 0 | 10100 | 100011100 | 1001000 | 101111 |
Color Harmonies of #A021CD
Complementary color
Monochromatic Colors of #A021CD
Black with #A021CD
Text Example
Text Example
White with #A021CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A021CD; }
p { color: rgb(160,33,205); }
H1.HeaderClassName
{
color: #A021CD;
}
.AnyTagClassName
{
color: #A021CD;
}
</style>
background-color css
<style>
a { background-color: #A021CD; }
a { background-color: rgb(160,33,205); }
div.DivClassName
{
background-color: #A021CD;
}
.BgClassName
{
background-color: #A021CD;
}
</style>
border-color css
<style>
span { border-color: #A021CD; }
span { border-color: rgb(160,33,205); }
td.TdClassName
{
border-color: #A021CD;
}
.TagClassName
{
border-color: #A021CD;
}
</style>