Shades of Dark Orchid #A63DCE
Tints of Dark Orchid #A63DCE
RGB
CMYK
RGB Variations
Color information
#A63DCE (or 0xA63DCE) is known color: Dark Orchid. HEX triplet: A6, 3D and CE. RGB value is (166,61,206). Sum of RGB (Red+Green+Blue) = 166+61+206=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A63DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DCE is #59C231. Grayscale: #6C6C6C. Windows color (decimal): -5882418 or 13516198. OLE color: 13516198.
HSL color Cylindrical-coordinate representation of color #A63DCE: hue angle of 283.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63DCE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 61 | 206 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.19 |
| HSL | 283.45º | 0.6% | 0.52% | - |
| HSV(B) | 283.45º | 0.7% | 0.81% | - |
| XYZ | 28.54 | 15.9 | 59.96 | - |
| YUV | 108.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 206 | 0.19 | 0.70 | 0 | 0.19 | 283.45 | 0.6 | 0.52 |
| Hex | A6 | 3D | CE | 13 | 46 | 0 | 13 | 11B | 3C | 34 |
| Octal | 246 | 75 | 316 | 23 | 106 | 0 | 23 | 433 | 74 | 64 |
| Binary | 10100110 | 111101 | 11001110 | 10011 | 1000110 | 0 | 10011 | 100011011 | 111100 | 110100 |
Color Harmonies of #A63DCE
Complementary color
Monochromatic Colors of #A63DCE
Black with #A63DCE
Text Example
Text Example
White with #A63DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DCE; }
p { color: rgb(166,61,206); }
H1.HeaderClassName
{
color: #A63DCE;
}
.AnyTagClassName
{
color: #A63DCE;
}
</style>
background-color css
<style>
a { background-color: #A63DCE; }
a { background-color: rgb(166,61,206); }
div.DivClassName
{
background-color: #A63DCE;
}
.BgClassName
{
background-color: #A63DCE;
}
</style>
border-color css
<style>
span { border-color: #A63DCE; }
span { border-color: rgb(166,61,206); }
td.TdClassName
{
border-color: #A63DCE;
}
.TagClassName
{
border-color: #A63DCE;
}
</style>