Shades of Dark Orchid #A820DC
Tints of Dark Orchid #A820DC
RGB
CMYK
RGB Variations
Color information
#A820DC (or 0xA820DC) is known color: Dark Orchid. HEX triplet: A8, 20 and DC. RGB value is (168,32,220). Sum of RGB (Red+Green+Blue) = 168+32+220=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 32 (12.89% from 255 or 7.62% 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 #A820DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820DC is #57DF23. Grayscale: #5D5D5D. Windows color (decimal): -5758756 or 14426280. OLE color: 14426280.
HSL color Cylindrical-coordinate representation of color #A820DC: hue angle of 283.4º 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 #A820DC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 32 | 220 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.14 |
| HSL | 283.4º | 0.75% | 0.49% | - |
| HSV(B) | 283.4º | 0.85% | 0.86% | - |
| XYZ | 29.58 | 14.53 | 68.95 | - |
| YUV | 94.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 220 | 0.24 | 0.85 | 0 | 0.14 | 283.4 | 0.75 | 0.49 |
| Hex | A8 | 20 | DC | 18 | 55 | 0 | E | 11B | 4B | 31 |
| Octal | 250 | 40 | 334 | 30 | 125 | 0 | 16 | 433 | 113 | 61 |
| Binary | 10101000 | 100000 | 11011100 | 11000 | 1010101 | 0 | 1110 | 100011011 | 1001011 | 110001 |
Color Harmonies of #A820DC
Complementary color
Monochromatic Colors of #A820DC
Black with #A820DC
Text Example
Text Example
White with #A820DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820DC; }
p { color: rgb(168,32,220); }
H1.HeaderClassName
{
color: #A820DC;
}
.AnyTagClassName
{
color: #A820DC;
}
</style>
background-color css
<style>
a { background-color: #A820DC; }
a { background-color: rgb(168,32,220); }
div.DivClassName
{
background-color: #A820DC;
}
.BgClassName
{
background-color: #A820DC;
}
</style>
border-color css
<style>
span { border-color: #A820DC; }
span { border-color: rgb(168,32,220); }
td.TdClassName
{
border-color: #A820DC;
}
.TagClassName
{
border-color: #A820DC;
}
</style>