Shades of Dark Orchid #A720DC
Tints of Dark Orchid #A720DC
RGB
CMYK
RGB Variations
Color information
#A720DC (or 0xA720DC) is known color: Dark Orchid. HEX triplet: A7, 20 and DC. RGB value is (167,32,220). Sum of RGB (Red+Green+Blue) = 167+32+220=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #A720DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720DC is #58DF23. Grayscale: #5D5D5D. Windows color (decimal): -5824292 or 14426279. OLE color: 14426279.
HSL color Cylindrical-coordinate representation of color #A720DC: hue angle of 283.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A720DC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 32 | 220 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.14 |
| HSL | 283.09º | 0.75% | 0.49% | - |
| HSV(B) | 283.09º | 0.85% | 0.86% | - |
| XYZ | 29.37 | 14.42 | 68.94 | - |
| YUV | 93.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 220 | 0.24 | 0.85 | 0 | 0.14 | 283.09 | 0.75 | 0.49 |
| Hex | A7 | 20 | DC | 18 | 55 | 0 | E | 11B | 4B | 31 |
| Octal | 247 | 40 | 334 | 30 | 125 | 0 | 16 | 433 | 113 | 61 |
| Binary | 10100111 | 100000 | 11011100 | 11000 | 1010101 | 0 | 1110 | 100011011 | 1001011 | 110001 |
Color Harmonies of #A720DC
Complementary color
Monochromatic Colors of #A720DC
Black with #A720DC
Text Example
Text Example
White with #A720DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A720DC; }
p { color: rgb(167,32,220); }
H1.HeaderClassName
{
color: #A720DC;
}
.AnyTagClassName
{
color: #A720DC;
}
</style>
background-color css
<style>
a { background-color: #A720DC; }
a { background-color: rgb(167,32,220); }
div.DivClassName
{
background-color: #A720DC;
}
.BgClassName
{
background-color: #A720DC;
}
</style>
border-color css
<style>
span { border-color: #A720DC; }
span { border-color: rgb(167,32,220); }
td.TdClassName
{
border-color: #A720DC;
}
.TagClassName
{
border-color: #A720DC;
}
</style>