Shades of Dark Orchid #A63FDE
Tints of Dark Orchid #A63FDE
RGB
CMYK
RGB Variations
Color information
#A63FDE (or 0xA63FDE) is known color: Dark Orchid. HEX triplet: A6, 3F and DE. RGB value is (166,63,222). Sum of RGB (Red+Green+Blue) = 166+63+222=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #A63FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FDE is #59C021. Grayscale: #6F6F6F. Windows color (decimal): -5881890 or 14565286. OLE color: 14565286.
HSL color Cylindrical-coordinate representation of color #A63FDE: hue angle of 278.87º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63FDE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 63 | 222 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.13 |
| HSL | 278.87º | 0.71% | 0.56% | - |
| HSV(B) | 278.87º | 0.72% | 0.87% | - |
| XYZ | 30.69 | 16.94 | 70.76 | - |
| YUV | 111.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 222 | 0.25 | 0.72 | 0 | 0.13 | 278.87 | 0.71 | 0.56 |
| Hex | A6 | 3F | DE | 19 | 48 | 0 | D | 117 | 47 | 38 |
| Octal | 246 | 77 | 336 | 31 | 110 | 0 | 15 | 427 | 107 | 70 |
| Binary | 10100110 | 111111 | 11011110 | 11001 | 1001000 | 0 | 1101 | 100010111 | 1000111 | 111000 |
Color Harmonies of #A63FDE
Complementary color
Monochromatic Colors of #A63FDE
Black with #A63FDE
Text Example
Text Example
White with #A63FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FDE; }
p { color: rgb(166,63,222); }
H1.HeaderClassName
{
color: #A63FDE;
}
.AnyTagClassName
{
color: #A63FDE;
}
</style>
background-color css
<style>
a { background-color: #A63FDE; }
a { background-color: rgb(166,63,222); }
div.DivClassName
{
background-color: #A63FDE;
}
.BgClassName
{
background-color: #A63FDE;
}
</style>
border-color css
<style>
span { border-color: #A63FDE; }
span { border-color: rgb(166,63,222); }
td.TdClassName
{
border-color: #A63FDE;
}
.TagClassName
{
border-color: #A63FDE;
}
</style>