Shades of Dark Orchid #A21DCC
Tints of Dark Orchid #A21DCC
RGB
CMYK
RGB Variations
Color information
#A21DCC (or 0xA21DCC) is known color: Dark Orchid. HEX triplet: A2, 1D and CC. RGB value is (162,29,204). Sum of RGB (Red+Green+Blue) = 162+29+204=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #A21DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DCC is #5DE233. Grayscale: #585858. Windows color (decimal): -6152756 or 13376930. OLE color: 13376930.
HSL color Cylindrical-coordinate representation of color #A21DCC: hue angle of 285.6º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21DCC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 29 | 204 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.2 |
| HSL | 285.6º | 0.75% | 0.46% | - |
| HSV(B) | 285.6º | 0.86% | 0.8% | - |
| XYZ | 26.24 | 12.92 | 58.24 | - |
| YUV | 88.72 | 193.06 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 204 | 0.21 | 0.86 | 0 | 0.2 | 285.6 | 0.75 | 0.46 |
| Hex | A2 | 1D | CC | 15 | 56 | 0 | 14 | 11E | 4B | 2E |
| Octal | 242 | 35 | 314 | 25 | 126 | 0 | 24 | 436 | 113 | 56 |
| Binary | 10100010 | 11101 | 11001100 | 10101 | 1010110 | 0 | 10100 | 100011110 | 1001011 | 101110 |
Color Harmonies of #A21DCC
Complementary color
Monochromatic Colors of #A21DCC
Black with #A21DCC
Text Example
Text Example
White with #A21DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DCC; }
p { color: rgb(162,29,204); }
H1.HeaderClassName
{
color: #A21DCC;
}
.AnyTagClassName
{
color: #A21DCC;
}
</style>
background-color css
<style>
a { background-color: #A21DCC; }
a { background-color: rgb(162,29,204); }
div.DivClassName
{
background-color: #A21DCC;
}
.BgClassName
{
background-color: #A21DCC;
}
</style>
border-color css
<style>
span { border-color: #A21DCC; }
span { border-color: rgb(162,29,204); }
td.TdClassName
{
border-color: #A21DCC;
}
.TagClassName
{
border-color: #A21DCC;
}
</style>