Shades of Dark Orchid #A620C3
Tints of Dark Orchid #A620C3
RGB
CMYK
RGB Variations
Color information
#A620C3 (or 0xA620C3) is known color: Dark Orchid. HEX triplet: A6, 20 and C3. RGB value is (166,32,195). Sum of RGB (Red+Green+Blue) = 166+32+195=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #A620C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620C3 is #59DF3C. Grayscale: #5A5A5A. Windows color (decimal): -5889853 or 12787878. OLE color: 12787878.
HSL color Cylindrical-coordinate representation of color #A620C3: hue angle of 289.33º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A620C3 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 32 | 195 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.24 |
| HSL | 289.33º | 0.72% | 0.45% | - |
| HSV(B) | 289.33º | 0.84% | 0.76% | - |
| XYZ | 26.09 | 13.08 | 52.78 | - |
| YUV | 90.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 195 | 0.15 | 0.84 | 0 | 0.24 | 289.33 | 0.72 | 0.45 |
| Hex | A6 | 20 | C3 | F | 54 | 0 | 18 | 121 | 48 | 2D |
| Octal | 246 | 40 | 303 | 17 | 124 | 0 | 30 | 441 | 110 | 55 |
| Binary | 10100110 | 100000 | 11000011 | 1111 | 1010100 | 0 | 11000 | 100100001 | 1001000 | 101101 |
Color Harmonies of #A620C3
Complementary color
Monochromatic Colors of #A620C3
Black with #A620C3
Text Example
Text Example
White with #A620C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620C3; }
p { color: rgb(166,32,195); }
H1.HeaderClassName
{
color: #A620C3;
}
.AnyTagClassName
{
color: #A620C3;
}
</style>
background-color css
<style>
a { background-color: #A620C3; }
a { background-color: rgb(166,32,195); }
div.DivClassName
{
background-color: #A620C3;
}
.BgClassName
{
background-color: #A620C3;
}
</style>
border-color css
<style>
span { border-color: #A620C3; }
span { border-color: rgb(166,32,195); }
td.TdClassName
{
border-color: #A620C3;
}
.TagClassName
{
border-color: #A620C3;
}
</style>