Shades of Dark Orchid #A620CD
Tints of Dark Orchid #A620CD
RGB
CMYK
RGB Variations
Color information
#A620CD (or 0xA620CD) is known color: Dark Orchid. HEX triplet: A6, 20 and CD. RGB value is (166,32,205). Sum of RGB (Red+Green+Blue) = 166+32+205=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #A620CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620CD is #59DF32. Grayscale: #5B5B5B. Windows color (decimal): -5889843 or 13443238. OLE color: 13443238.
HSL color Cylindrical-coordinate representation of color #A620CD: hue angle of 286.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A620CD is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 32 | 205 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.20 |
| HSL | 286.47º | 0.73% | 0.46% | - |
| HSV(B) | 286.47º | 0.84% | 0.8% | - |
| XYZ | 27.26 | 13.55 | 58.94 | - |
| YUV | 91.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 205 | 0.19 | 0.84 | 0 | 0.20 | 286.47 | 0.73 | 0.46 |
| Hex | A6 | 20 | CD | 13 | 54 | 0 | 14 | 11E | 49 | 2E |
| Octal | 246 | 40 | 315 | 23 | 124 | 0 | 24 | 436 | 111 | 56 |
| Binary | 10100110 | 100000 | 11001101 | 10011 | 1010100 | 0 | 10100 | 100011110 | 1001001 | 101110 |
Color Harmonies of #A620CD
Complementary color
Monochromatic Colors of #A620CD
Black with #A620CD
Text Example
Text Example
White with #A620CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620CD; }
p { color: rgb(166,32,205); }
H1.HeaderClassName
{
color: #A620CD;
}
.AnyTagClassName
{
color: #A620CD;
}
</style>
background-color css
<style>
a { background-color: #A620CD; }
a { background-color: rgb(166,32,205); }
div.DivClassName
{
background-color: #A620CD;
}
.BgClassName
{
background-color: #A620CD;
}
</style>
border-color css
<style>
span { border-color: #A620CD; }
span { border-color: rgb(166,32,205); }
td.TdClassName
{
border-color: #A620CD;
}
.TagClassName
{
border-color: #A620CD;
}
</style>