Shades of Dark Orchid #A21ECC
Tints of Dark Orchid #A21ECC
RGB
CMYK
RGB Variations
Color information
#A21ECC (or 0xA21ECC) is known color: Dark Orchid. HEX triplet: A2, 1E and CC. RGB value is (162,30,204). Sum of RGB (Red+Green+Blue) = 162+30+204=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #A21ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ECC is #5DE133. Grayscale: #585858. Windows color (decimal): -6152500 or 13377186. OLE color: 13377186.
HSL color Cylindrical-coordinate representation of color #A21ECC: hue angle of 285.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21ECC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 30 | 204 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.2 |
| HSL | 285.52º | 0.74% | 0.46% | - |
| HSV(B) | 285.52º | 0.85% | 0.8% | - |
| XYZ | 26.26 | 12.97 | 58.25 | - |
| YUV | 89.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 204 | 0.21 | 0.85 | 0 | 0.2 | 285.52 | 0.74 | 0.46 |
| Hex | A2 | 1E | CC | 15 | 55 | 0 | 14 | 11E | 4A | 2E |
| Octal | 242 | 36 | 314 | 25 | 125 | 0 | 24 | 436 | 112 | 56 |
| Binary | 10100010 | 11110 | 11001100 | 10101 | 1010101 | 0 | 10100 | 100011110 | 1001010 | 101110 |
Color Harmonies of #A21ECC
Complementary color
Monochromatic Colors of #A21ECC
Black with #A21ECC
Text Example
Text Example
White with #A21ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ECC; }
p { color: rgb(162,30,204); }
H1.HeaderClassName
{
color: #A21ECC;
}
.AnyTagClassName
{
color: #A21ECC;
}
</style>
background-color css
<style>
a { background-color: #A21ECC; }
a { background-color: rgb(162,30,204); }
div.DivClassName
{
background-color: #A21ECC;
}
.BgClassName
{
background-color: #A21ECC;
}
</style>
border-color css
<style>
span { border-color: #A21ECC; }
span { border-color: rgb(162,30,204); }
td.TdClassName
{
border-color: #A21ECC;
}
.TagClassName
{
border-color: #A21ECC;
}
</style>