Shades of Dark Orchid #A62DBA
Tints of Dark Orchid #A62DBA
RGB
CMYK
RGB Variations
Color information
#A62DBA (or 0xA62DBA) is known color: Dark Orchid. HEX triplet: A6, 2D and BA. RGB value is (166,45,186). Sum of RGB (Red+Green+Blue) = 166+45+186=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A62DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DBA is #59D245. Grayscale: #606060. Windows color (decimal): -5886534 or 12201382. OLE color: 12201382.
HSL color Cylindrical-coordinate representation of color #A62DBA: hue angle of 291.49º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62DBA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 45 | 186 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.27 |
| HSL | 291.49º | 0.61% | 0.45% | - |
| HSV(B) | 291.49º | 0.76% | 0.73% | - |
| XYZ | 25.53 | 13.53 | 47.72 | - |
| YUV | 97.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 186 | 0.11 | 0.76 | 0 | 0.27 | 291.49 | 0.61 | 0.45 |
| Hex | A6 | 2D | BA | B | 4C | 0 | 1B | 123 | 3D | 2D |
| Octal | 246 | 55 | 272 | 13 | 114 | 0 | 33 | 443 | 75 | 55 |
| Binary | 10100110 | 101101 | 10111010 | 1011 | 1001100 | 0 | 11011 | 100100011 | 111101 | 101101 |
Color Harmonies of #A62DBA
Complementary color
Monochromatic Colors of #A62DBA
Black with #A62DBA
Text Example
Text Example
White with #A62DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DBA; }
p { color: rgb(166,45,186); }
H1.HeaderClassName
{
color: #A62DBA;
}
.AnyTagClassName
{
color: #A62DBA;
}
</style>
background-color css
<style>
a { background-color: #A62DBA; }
a { background-color: rgb(166,45,186); }
div.DivClassName
{
background-color: #A62DBA;
}
.BgClassName
{
background-color: #A62DBA;
}
</style>
border-color css
<style>
span { border-color: #A62DBA; }
span { border-color: rgb(166,45,186); }
td.TdClassName
{
border-color: #A62DBA;
}
.TagClassName
{
border-color: #A62DBA;
}
</style>