Shades of Dark Orchid #A620BA
Tints of Dark Orchid #A620BA
RGB
CMYK
RGB Variations
Color information
#A620BA (or 0xA620BA) is known color: Dark Orchid. HEX triplet: A6, 20 and BA. RGB value is (166,32,186). Sum of RGB (Red+Green+Blue) = 166+32+186=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A620BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620BA is #59DF45. Grayscale: #595959. Windows color (decimal): -5889862 or 12198054. OLE color: 12198054.
HSL color Cylindrical-coordinate representation of color #A620BA: hue angle of 292.21º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A620BA is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 32 | 186 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.27 |
| HSL | 292.21º | 0.71% | 0.43% | - |
| HSV(B) | 292.21º | 0.83% | 0.73% | - |
| XYZ | 25.11 | 12.69 | 47.58 | - |
| YUV | 89.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 186 | 0.11 | 0.83 | 0 | 0.27 | 292.21 | 0.71 | 0.43 |
| Hex | A6 | 20 | BA | B | 53 | 0 | 1B | 124 | 47 | 2B |
| Octal | 246 | 40 | 272 | 13 | 123 | 0 | 33 | 444 | 107 | 53 |
| Binary | 10100110 | 100000 | 10111010 | 1011 | 1010011 | 0 | 11011 | 100100100 | 1000111 | 101011 |
Color Harmonies of #A620BA
Complementary color
Monochromatic Colors of #A620BA
Black with #A620BA
Text Example
Text Example
White with #A620BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620BA; }
p { color: rgb(166,32,186); }
H1.HeaderClassName
{
color: #A620BA;
}
.AnyTagClassName
{
color: #A620BA;
}
</style>
background-color css
<style>
a { background-color: #A620BA; }
a { background-color: rgb(166,32,186); }
div.DivClassName
{
background-color: #A620BA;
}
.BgClassName
{
background-color: #A620BA;
}
</style>
border-color css
<style>
span { border-color: #A620BA; }
span { border-color: rgb(166,32,186); }
td.TdClassName
{
border-color: #A620BA;
}
.TagClassName
{
border-color: #A620BA;
}
</style>