Shades of Dark Orchid #A21AD0
Tints of Dark Orchid #A21AD0
RGB
CMYK
RGB Variations
Color information
#A21AD0 (or 0xA21AD0) is known color: Dark Orchid. HEX triplet: A2, 1A and D0. RGB value is (162,26,208). Sum of RGB (Red+Green+Blue) = 162+26+208=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #A21AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AD0 is #5DE52F. Grayscale: #565656. Windows color (decimal): -6153520 or 13638306. OLE color: 13638306.
HSL color Cylindrical-coordinate representation of color #A21AD0: hue angle of 284.84º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21AD0 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 26 | 208 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.18 |
| HSL | 284.84º | 0.78% | 0.46% | - |
| HSV(B) | 284.84º | 0.88% | 0.82% | - |
| XYZ | 26.65 | 12.97 | 60.77 | - |
| YUV | 87.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 208 | 0.22 | 0.88 | 0 | 0.18 | 284.84 | 0.78 | 0.46 |
| Hex | A2 | 1A | D0 | 16 | 58 | 0 | 12 | 11D | 4E | 2E |
| Octal | 242 | 32 | 320 | 26 | 130 | 0 | 22 | 435 | 116 | 56 |
| Binary | 10100010 | 11010 | 11010000 | 10110 | 1011000 | 0 | 10010 | 100011101 | 1001110 | 101110 |
Color Harmonies of #A21AD0
Complementary color
Monochromatic Colors of #A21AD0
Black with #A21AD0
Text Example
Text Example
White with #A21AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AD0; }
p { color: rgb(162,26,208); }
H1.HeaderClassName
{
color: #A21AD0;
}
.AnyTagClassName
{
color: #A21AD0;
}
</style>
background-color css
<style>
a { background-color: #A21AD0; }
a { background-color: rgb(162,26,208); }
div.DivClassName
{
background-color: #A21AD0;
}
.BgClassName
{
background-color: #A21AD0;
}
</style>
border-color css
<style>
span { border-color: #A21AD0; }
span { border-color: rgb(162,26,208); }
td.TdClassName
{
border-color: #A21AD0;
}
.TagClassName
{
border-color: #A21AD0;
}
</style>