Shades of Dark Orchid #A63DDF
Tints of Dark Orchid #A63DDF
RGB
CMYK
RGB Variations
Color information
#A63DDF (or 0xA63DDF) is known color: Dark Orchid. HEX triplet: A6, 3D and DF. RGB value is (166,61,223). Sum of RGB (Red+Green+Blue) = 166+61+223=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #A63DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DDF is #59C220. Grayscale: #6E6E6E. Windows color (decimal): -5882401 or 14630310. OLE color: 14630310.
HSL color Cylindrical-coordinate representation of color #A63DDF: hue angle of 278.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63DDF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 61 | 223 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.13 |
| HSL | 278.89º | 0.72% | 0.56% | - |
| HSV(B) | 278.89º | 0.73% | 0.87% | - |
| XYZ | 30.71 | 16.77 | 71.43 | - |
| YUV | 110.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 223 | 0.26 | 0.73 | 0 | 0.13 | 278.89 | 0.72 | 0.56 |
| Hex | A6 | 3D | DF | 1A | 49 | 0 | D | 117 | 48 | 38 |
| Octal | 246 | 75 | 337 | 32 | 111 | 0 | 15 | 427 | 110 | 70 |
| Binary | 10100110 | 111101 | 11011111 | 11010 | 1001001 | 0 | 1101 | 100010111 | 1001000 | 111000 |
Color Harmonies of #A63DDF
Complementary color
Monochromatic Colors of #A63DDF
Black with #A63DDF
Text Example
Text Example
White with #A63DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DDF; }
p { color: rgb(166,61,223); }
H1.HeaderClassName
{
color: #A63DDF;
}
.AnyTagClassName
{
color: #A63DDF;
}
</style>
background-color css
<style>
a { background-color: #A63DDF; }
a { background-color: rgb(166,61,223); }
div.DivClassName
{
background-color: #A63DDF;
}
.BgClassName
{
background-color: #A63DDF;
}
</style>
border-color css
<style>
span { border-color: #A63DDF; }
span { border-color: rgb(166,61,223); }
td.TdClassName
{
border-color: #A63DDF;
}
.TagClassName
{
border-color: #A63DDF;
}
</style>