Shades of Dark Orchid #A63BDE
Tints of Dark Orchid #A63BDE
RGB
CMYK
RGB Variations
Color information
#A63BDE (or 0xA63BDE) is known color: Dark Orchid. HEX triplet: A6, 3B and DE. RGB value is (166,59,222). Sum of RGB (Red+Green+Blue) = 166+59+222=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #A63BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BDE is #59C421. Grayscale: #6D6D6D. Windows color (decimal): -5882914 or 14564262. OLE color: 14564262.
HSL color Cylindrical-coordinate representation of color #A63BDE: hue angle of 279.39º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63BDE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 59 | 222 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.13 |
| HSL | 279.39º | 0.71% | 0.55% | - |
| HSV(B) | 279.39º | 0.73% | 0.87% | - |
| XYZ | 30.47 | 16.51 | 70.69 | - |
| YUV | 109.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 222 | 0.25 | 0.73 | 0 | 0.13 | 279.39 | 0.71 | 0.55 |
| Hex | A6 | 3B | DE | 19 | 49 | 0 | D | 117 | 47 | 37 |
| Octal | 246 | 73 | 336 | 31 | 111 | 0 | 15 | 427 | 107 | 67 |
| Binary | 10100110 | 111011 | 11011110 | 11001 | 1001001 | 0 | 1101 | 100010111 | 1000111 | 110111 |
Color Harmonies of #A63BDE
Complementary color
Monochromatic Colors of #A63BDE
Black with #A63BDE
Text Example
Text Example
White with #A63BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BDE; }
p { color: rgb(166,59,222); }
H1.HeaderClassName
{
color: #A63BDE;
}
.AnyTagClassName
{
color: #A63BDE;
}
</style>
background-color css
<style>
a { background-color: #A63BDE; }
a { background-color: rgb(166,59,222); }
div.DivClassName
{
background-color: #A63BDE;
}
.BgClassName
{
background-color: #A63BDE;
}
</style>
border-color css
<style>
span { border-color: #A63BDE; }
span { border-color: rgb(166,59,222); }
td.TdClassName
{
border-color: #A63BDE;
}
.TagClassName
{
border-color: #A63BDE;
}
</style>