Shades of Dark Orchid #A21EC1
Tints of Dark Orchid #A21EC1
RGB
CMYK
RGB Variations
Color information
#A21EC1 (or 0xA21EC1) is known color: Dark Orchid. HEX triplet: A2, 1E and C1. RGB value is (162,30,193). Sum of RGB (Red+Green+Blue) = 162+30+193=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #A21EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EC1 is #5DE13E. Grayscale: #575757. Windows color (decimal): -6152511 or 12656290. OLE color: 12656290.
HSL color Cylindrical-coordinate representation of color #A21EC1: hue angle of 288.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21EC1 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 30 | 193 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.24 |
| HSL | 288.59º | 0.73% | 0.44% | - |
| HSV(B) | 288.59º | 0.84% | 0.76% | - |
| XYZ | 24.99 | 12.46 | 51.54 | - |
| YUV | 88.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 193 | 0.16 | 0.84 | 0 | 0.24 | 288.59 | 0.73 | 0.44 |
| Hex | A2 | 1E | C1 | 10 | 54 | 0 | 18 | 121 | 49 | 2C |
| Octal | 242 | 36 | 301 | 20 | 124 | 0 | 30 | 441 | 111 | 54 |
| Binary | 10100010 | 11110 | 11000001 | 10000 | 1010100 | 0 | 11000 | 100100001 | 1001001 | 101100 |
Color Harmonies of #A21EC1
Complementary color
Monochromatic Colors of #A21EC1
Black with #A21EC1
Text Example
Text Example
White with #A21EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EC1; }
p { color: rgb(162,30,193); }
H1.HeaderClassName
{
color: #A21EC1;
}
.AnyTagClassName
{
color: #A21EC1;
}
</style>
background-color css
<style>
a { background-color: #A21EC1; }
a { background-color: rgb(162,30,193); }
div.DivClassName
{
background-color: #A21EC1;
}
.BgClassName
{
background-color: #A21EC1;
}
</style>
border-color css
<style>
span { border-color: #A21EC1; }
span { border-color: rgb(162,30,193); }
td.TdClassName
{
border-color: #A21EC1;
}
.TagClassName
{
border-color: #A21EC1;
}
</style>