Shades of Dark Orchid #A820D0
Tints of Dark Orchid #A820D0
RGB
CMYK
RGB Variations
Color information
#A820D0 (or 0xA820D0) is known color: Dark Orchid. HEX triplet: A8, 20 and D0. RGB value is (168,32,208). Sum of RGB (Red+Green+Blue) = 168+32+208=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #A820D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820D0 is #57DF2F. Grayscale: #5C5C5C. Windows color (decimal): -5758768 or 13639848. OLE color: 13639848.
HSL color Cylindrical-coordinate representation of color #A820D0: hue angle of 286.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A820D0 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 32 | 208 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.18 |
| HSL | 286.36º | 0.73% | 0.47% | - |
| HSV(B) | 286.36º | 0.85% | 0.82% | - |
| XYZ | 28.05 | 13.91 | 60.88 | - |
| YUV | 92.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 208 | 0.19 | 0.85 | 0 | 0.18 | 286.36 | 0.73 | 0.47 |
| Hex | A8 | 20 | D0 | 13 | 55 | 0 | 12 | 11E | 49 | 2F |
| Octal | 250 | 40 | 320 | 23 | 125 | 0 | 22 | 436 | 111 | 57 |
| Binary | 10101000 | 100000 | 11010000 | 10011 | 1010101 | 0 | 10010 | 100011110 | 1001001 | 101111 |
Color Harmonies of #A820D0
Complementary color
Monochromatic Colors of #A820D0
Black with #A820D0
Text Example
Text Example
White with #A820D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820D0; }
p { color: rgb(168,32,208); }
H1.HeaderClassName
{
color: #A820D0;
}
.AnyTagClassName
{
color: #A820D0;
}
</style>
background-color css
<style>
a { background-color: #A820D0; }
a { background-color: rgb(168,32,208); }
div.DivClassName
{
background-color: #A820D0;
}
.BgClassName
{
background-color: #A820D0;
}
</style>
border-color css
<style>
span { border-color: #A820D0; }
span { border-color: rgb(168,32,208); }
td.TdClassName
{
border-color: #A820D0;
}
.TagClassName
{
border-color: #A820D0;
}
</style>