Shades of Dark Orchid #A620CE
Tints of Dark Orchid #A620CE
RGB
CMYK
RGB Variations
Color information
#A620CE (or 0xA620CE) is known color: Dark Orchid. HEX triplet: A6, 20 and CE. RGB value is (166,32,206). Sum of RGB (Red+Green+Blue) = 166+32+206=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A620CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620CE is #59DF31. Grayscale: #5B5B5B. Windows color (decimal): -5889842 or 13508774. OLE color: 13508774.
HSL color Cylindrical-coordinate representation of color #A620CE: hue angle of 286.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A620CE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 32 | 206 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.19 |
| HSL | 286.21º | 0.73% | 0.47% | - |
| HSV(B) | 286.21º | 0.84% | 0.81% | - |
| XYZ | 27.38 | 13.6 | 59.57 | - |
| YUV | 91.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 206 | 0.19 | 0.84 | 0 | 0.19 | 286.21 | 0.73 | 0.47 |
| Hex | A6 | 20 | CE | 13 | 54 | 0 | 13 | 11E | 49 | 2F |
| Octal | 246 | 40 | 316 | 23 | 124 | 0 | 23 | 436 | 111 | 57 |
| Binary | 10100110 | 100000 | 11001110 | 10011 | 1010100 | 0 | 10011 | 100011110 | 1001001 | 101111 |
Color Harmonies of #A620CE
Complementary color
Monochromatic Colors of #A620CE
Black with #A620CE
Text Example
Text Example
White with #A620CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620CE; }
p { color: rgb(166,32,206); }
H1.HeaderClassName
{
color: #A620CE;
}
.AnyTagClassName
{
color: #A620CE;
}
</style>
background-color css
<style>
a { background-color: #A620CE; }
a { background-color: rgb(166,32,206); }
div.DivClassName
{
background-color: #A620CE;
}
.BgClassName
{
background-color: #A620CE;
}
</style>
border-color css
<style>
span { border-color: #A620CE; }
span { border-color: rgb(166,32,206); }
td.TdClassName
{
border-color: #A620CE;
}
.TagClassName
{
border-color: #A620CE;
}
</style>