Shades of Dark Orchid #A21ED0
Tints of Dark Orchid #A21ED0
RGB
CMYK
RGB Variations
Color information
#A21ED0 (or 0xA21ED0) is known color: Dark Orchid. HEX triplet: A2, 1E and D0. RGB value is (162,30,208). Sum of RGB (Red+Green+Blue) = 162+30+208=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #A21ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ED0 is #5DE12F. Grayscale: #595959. Windows color (decimal): -6152496 or 13639330. OLE color: 13639330.
HSL color Cylindrical-coordinate representation of color #A21ED0: hue angle of 284.49º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21ED0 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 30 | 208 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.18 |
| HSL | 284.49º | 0.75% | 0.47% | - |
| HSV(B) | 284.49º | 0.86% | 0.82% | - |
| XYZ | 26.75 | 13.16 | 60.81 | - |
| YUV | 89.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 208 | 0.22 | 0.86 | 0 | 0.18 | 284.49 | 0.75 | 0.47 |
| Hex | A2 | 1E | D0 | 16 | 56 | 0 | 12 | 11C | 4B | 2F |
| Octal | 242 | 36 | 320 | 26 | 126 | 0 | 22 | 434 | 113 | 57 |
| Binary | 10100010 | 11110 | 11010000 | 10110 | 1010110 | 0 | 10010 | 100011100 | 1001011 | 101111 |
Color Harmonies of #A21ED0
Complementary color
Monochromatic Colors of #A21ED0
Black with #A21ED0
Text Example
Text Example
White with #A21ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ED0; }
p { color: rgb(162,30,208); }
H1.HeaderClassName
{
color: #A21ED0;
}
.AnyTagClassName
{
color: #A21ED0;
}
</style>
background-color css
<style>
a { background-color: #A21ED0; }
a { background-color: rgb(162,30,208); }
div.DivClassName
{
background-color: #A21ED0;
}
.BgClassName
{
background-color: #A21ED0;
}
</style>
border-color css
<style>
span { border-color: #A21ED0; }
span { border-color: rgb(162,30,208); }
td.TdClassName
{
border-color: #A21ED0;
}
.TagClassName
{
border-color: #A21ED0;
}
</style>