Shades of Dark Orchid #A620BB
Tints of Dark Orchid #A620BB
RGB
CMYK
RGB Variations
Color information
#A620BB (or 0xA620BB) is known color: Dark Orchid. HEX triplet: A6, 20 and BB. RGB value is (166,32,187). Sum of RGB (Red+Green+Blue) = 166+32+187=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #A620BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620BB is #59DF44. Grayscale: #595959. Windows color (decimal): -5889861 or 12263590. OLE color: 12263590.
HSL color Cylindrical-coordinate representation of color #A620BB: hue angle of 291.87º 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 #A620BB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 32 | 187 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.27 |
| HSL | 291.87º | 0.71% | 0.43% | - |
| HSV(B) | 291.87º | 0.83% | 0.73% | - |
| XYZ | 25.21 | 12.73 | 48.14 | - |
| YUV | 89.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 187 | 0.11 | 0.83 | 0 | 0.27 | 291.87 | 0.71 | 0.43 |
| Hex | A6 | 20 | BB | B | 53 | 0 | 1B | 124 | 47 | 2B |
| Octal | 246 | 40 | 273 | 13 | 123 | 0 | 33 | 444 | 107 | 53 |
| Binary | 10100110 | 100000 | 10111011 | 1011 | 1010011 | 0 | 11011 | 100100100 | 1000111 | 101011 |
Color Harmonies of #A620BB
Complementary color
Monochromatic Colors of #A620BB
Black with #A620BB
Text Example
Text Example
White with #A620BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620BB; }
p { color: rgb(166,32,187); }
H1.HeaderClassName
{
color: #A620BB;
}
.AnyTagClassName
{
color: #A620BB;
}
</style>
background-color css
<style>
a { background-color: #A620BB; }
a { background-color: rgb(166,32,187); }
div.DivClassName
{
background-color: #A620BB;
}
.BgClassName
{
background-color: #A620BB;
}
</style>
border-color css
<style>
span { border-color: #A620BB; }
span { border-color: rgb(166,32,187); }
td.TdClassName
{
border-color: #A620BB;
}
.TagClassName
{
border-color: #A620BB;
}
</style>