Shades of Dark Orchid #A920DC
Tints of Dark Orchid #A920DC
RGB
CMYK
RGB Variations
Color information
#A920DC (or 0xA920DC) is known color: Dark Orchid. HEX triplet: A9, 20 and DC. RGB value is (169,32,220). Sum of RGB (Red+Green+Blue) = 169+32+220=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #A920DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920DC is #56DF23. Grayscale: #5D5D5D. Windows color (decimal): -5693220 or 14426281. OLE color: 14426281.
HSL color Cylindrical-coordinate representation of color #A920DC: hue angle of 283.72º 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 #A920DC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 32 | 220 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.14 |
| HSL | 283.72º | 0.75% | 0.49% | - |
| HSV(B) | 283.72º | 0.85% | 0.86% | - |
| XYZ | 29.8 | 14.64 | 68.96 | - |
| YUV | 94.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 220 | 0.23 | 0.85 | 0 | 0.14 | 283.72 | 0.75 | 0.49 |
| Hex | A9 | 20 | DC | 17 | 55 | 0 | E | 11C | 4B | 31 |
| Octal | 251 | 40 | 334 | 27 | 125 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101001 | 100000 | 11011100 | 10111 | 1010101 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #A920DC
Complementary color
Monochromatic Colors of #A920DC
Black with #A920DC
Text Example
Text Example
White with #A920DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920DC; }
p { color: rgb(169,32,220); }
H1.HeaderClassName
{
color: #A920DC;
}
.AnyTagClassName
{
color: #A920DC;
}
</style>
background-color css
<style>
a { background-color: #A920DC; }
a { background-color: rgb(169,32,220); }
div.DivClassName
{
background-color: #A920DC;
}
.BgClassName
{
background-color: #A920DC;
}
</style>
border-color css
<style>
span { border-color: #A920DC; }
span { border-color: rgb(169,32,220); }
td.TdClassName
{
border-color: #A920DC;
}
.TagClassName
{
border-color: #A920DC;
}
</style>