Shades of Dark Orchid #A63DBA
Tints of Dark Orchid #A63DBA
RGB
CMYK
RGB Variations
Color information
#A63DBA (or 0xA63DBA) is known color: Dark Orchid. HEX triplet: A6, 3D and BA. RGB value is (166,61,186). Sum of RGB (Red+Green+Blue) = 166+61+186=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DBA is #59C245. Grayscale: #6A6A6A. Windows color (decimal): -5882438 or 12205478. OLE color: 12205478.
HSL color Cylindrical-coordinate representation of color #A63DBA: hue angle of 290.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63DBA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 61 | 186 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.27 |
| HSL | 290.4º | 0.51% | 0.48% | - |
| HSV(B) | 290.4º | 0.67% | 0.73% | - |
| XYZ | 26.26 | 14.99 | 47.96 | - |
| YUV | 106.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 186 | 0.11 | 0.67 | 0 | 0.27 | 290.4 | 0.51 | 0.48 |
| Hex | A6 | 3D | BA | B | 43 | 0 | 1B | 122 | 33 | 30 |
| Octal | 246 | 75 | 272 | 13 | 103 | 0 | 33 | 442 | 63 | 60 |
| Binary | 10100110 | 111101 | 10111010 | 1011 | 1000011 | 0 | 11011 | 100100010 | 110011 | 110000 |
Color Harmonies of #A63DBA
Complementary color
Monochromatic Colors of #A63DBA
Black with #A63DBA
Text Example
Text Example
White with #A63DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DBA; }
p { color: rgb(166,61,186); }
H1.HeaderClassName
{
color: #A63DBA;
}
.AnyTagClassName
{
color: #A63DBA;
}
</style>
background-color css
<style>
a { background-color: #A63DBA; }
a { background-color: rgb(166,61,186); }
div.DivClassName
{
background-color: #A63DBA;
}
.BgClassName
{
background-color: #A63DBA;
}
</style>
border-color css
<style>
span { border-color: #A63DBA; }
span { border-color: rgb(166,61,186); }
td.TdClassName
{
border-color: #A63DBA;
}
.TagClassName
{
border-color: #A63DBA;
}
</style>