Shades of Dark Orchid #A721DC
Tints of Dark Orchid #A721DC
RGB
CMYK
RGB Variations
Color information
#A721DC (or 0xA721DC) is known color: Dark Orchid. HEX triplet: A7, 21 and DC. RGB value is (167,33,220). Sum of RGB (Red+Green+Blue) = 167+33+220=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #A721DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721DC is #58DE23. Grayscale: #5D5D5D. Windows color (decimal): -5824036 or 14426535. OLE color: 14426535.
HSL color Cylindrical-coordinate representation of color #A721DC: hue angle of 282.99º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A721DC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 33 | 220 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.14 |
| HSL | 282.99º | 0.74% | 0.5% | - |
| HSV(B) | 282.99º | 0.85% | 0.86% | - |
| XYZ | 29.4 | 14.47 | 68.95 | - |
| YUV | 94.38 | 198.89 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 220 | 0.24 | 0.85 | 0 | 0.14 | 282.99 | 0.74 | 0.5 |
| Hex | A7 | 21 | DC | 18 | 55 | 0 | E | 11B | 4A | 32 |
| Octal | 247 | 41 | 334 | 30 | 125 | 0 | 16 | 433 | 112 | 62 |
| Binary | 10100111 | 100001 | 11011100 | 11000 | 1010101 | 0 | 1110 | 100011011 | 1001010 | 110010 |
Color Harmonies of #A721DC
Complementary color
Monochromatic Colors of #A721DC
Black with #A721DC
Text Example
Text Example
White with #A721DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721DC; }
p { color: rgb(167,33,220); }
H1.HeaderClassName
{
color: #A721DC;
}
.AnyTagClassName
{
color: #A721DC;
}
</style>
background-color css
<style>
a { background-color: #A721DC; }
a { background-color: rgb(167,33,220); }
div.DivClassName
{
background-color: #A721DC;
}
.BgClassName
{
background-color: #A721DC;
}
</style>
border-color css
<style>
span { border-color: #A721DC; }
span { border-color: rgb(167,33,220); }
td.TdClassName
{
border-color: #A721DC;
}
.TagClassName
{
border-color: #A721DC;
}
</style>