Shades of Dark Orchid #A820C0
Tints of Dark Orchid #A820C0
RGB
CMYK
RGB Variations
Color information
#A820C0 (or 0xA820C0) is known color: Dark Orchid. HEX triplet: A8, 20 and C0. RGB value is (168,32,192). Sum of RGB (Red+Green+Blue) = 168+32+192=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #A820C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820C0 is #57DF3F. Grayscale: #5A5A5A. Windows color (decimal): -5758784 or 12591272. OLE color: 12591272.
HSL color Cylindrical-coordinate representation of color #A820C0: hue angle of 291º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A820C0 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 32 | 192 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.25 |
| HSL | 291º | 0.71% | 0.44% | - |
| HSV(B) | 291º | 0.83% | 0.75% | - |
| XYZ | 26.18 | 13.16 | 51.03 | - |
| YUV | 90.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 192 | 0.12 | 0.83 | 0 | 0.25 | 291 | 0.71 | 0.44 |
| Hex | A8 | 20 | C0 | C | 53 | 0 | 19 | 123 | 47 | 2C |
| Octal | 250 | 40 | 300 | 14 | 123 | 0 | 31 | 443 | 107 | 54 |
| Binary | 10101000 | 100000 | 11000000 | 1100 | 1010011 | 0 | 11001 | 100100011 | 1000111 | 101100 |
Color Harmonies of #A820C0
Complementary color
Monochromatic Colors of #A820C0
Black with #A820C0
Text Example
Text Example
White with #A820C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820C0; }
p { color: rgb(168,32,192); }
H1.HeaderClassName
{
color: #A820C0;
}
.AnyTagClassName
{
color: #A820C0;
}
</style>
background-color css
<style>
a { background-color: #A820C0; }
a { background-color: rgb(168,32,192); }
div.DivClassName
{
background-color: #A820C0;
}
.BgClassName
{
background-color: #A820C0;
}
</style>
border-color css
<style>
span { border-color: #A820C0; }
span { border-color: rgb(168,32,192); }
td.TdClassName
{
border-color: #A820C0;
}
.TagClassName
{
border-color: #A820C0;
}
</style>