Shades of Dark Orchid #A21ECD
Tints of Dark Orchid #A21ECD
RGB
CMYK
RGB Variations
Color information
#A21ECD (or 0xA21ECD) is known color: Dark Orchid. HEX triplet: A2, 1E and CD. RGB value is (162,30,205). Sum of RGB (Red+Green+Blue) = 162+30+205=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #A21ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ECD is #5DE132. Grayscale: #585858. Windows color (decimal): -6152499 or 13442722. OLE color: 13442722.
HSL color Cylindrical-coordinate representation of color #A21ECD: hue angle of 285.26º 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 #A21ECD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 30 | 205 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.20 |
| HSL | 285.26º | 0.74% | 0.46% | - |
| HSV(B) | 285.26º | 0.85% | 0.8% | - |
| XYZ | 26.38 | 13.02 | 58.88 | - |
| YUV | 89.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 205 | 0.21 | 0.85 | 0 | 0.20 | 285.26 | 0.74 | 0.46 |
| Hex | A2 | 1E | CD | 15 | 55 | 0 | 14 | 11D | 4A | 2E |
| Octal | 242 | 36 | 315 | 25 | 125 | 0 | 24 | 435 | 112 | 56 |
| Binary | 10100010 | 11110 | 11001101 | 10101 | 1010101 | 0 | 10100 | 100011101 | 1001010 | 101110 |
Color Harmonies of #A21ECD
Complementary color
Monochromatic Colors of #A21ECD
Black with #A21ECD
Text Example
Text Example
White with #A21ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ECD; }
p { color: rgb(162,30,205); }
H1.HeaderClassName
{
color: #A21ECD;
}
.AnyTagClassName
{
color: #A21ECD;
}
</style>
background-color css
<style>
a { background-color: #A21ECD; }
a { background-color: rgb(162,30,205); }
div.DivClassName
{
background-color: #A21ECD;
}
.BgClassName
{
background-color: #A21ECD;
}
</style>
border-color css
<style>
span { border-color: #A21ECD; }
span { border-color: rgb(162,30,205); }
td.TdClassName
{
border-color: #A21ECD;
}
.TagClassName
{
border-color: #A21ECD;
}
</style>