Shades of Dark Orchid #A63ECE
Tints of Dark Orchid #A63ECE
RGB
CMYK
RGB Variations
Color information
#A63ECE (or 0xA63ECE) is known color: Dark Orchid. HEX triplet: A6, 3E and CE. RGB value is (166,62,206). Sum of RGB (Red+Green+Blue) = 166+62+206=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #A63ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECE is #59C131. Grayscale: #6D6D6D. Windows color (decimal): -5882162 or 13516454. OLE color: 13516454.
HSL color Cylindrical-coordinate representation of color #A63ECE: hue angle of 283.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63ECE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 62 | 206 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.19 |
| HSL | 283.33º | 0.6% | 0.53% | - |
| HSV(B) | 283.33º | 0.7% | 0.81% | - |
| XYZ | 28.59 | 16.01 | 59.98 | - |
| YUV | 109.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 206 | 0.19 | 0.70 | 0 | 0.19 | 283.33 | 0.6 | 0.53 |
| Hex | A6 | 3E | CE | 13 | 46 | 0 | 13 | 11B | 3C | 35 |
| Octal | 246 | 76 | 316 | 23 | 106 | 0 | 23 | 433 | 74 | 65 |
| Binary | 10100110 | 111110 | 11001110 | 10011 | 1000110 | 0 | 10011 | 100011011 | 111100 | 110101 |
Color Harmonies of #A63ECE
Complementary color
Monochromatic Colors of #A63ECE
Black with #A63ECE
Text Example
Text Example
White with #A63ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ECE; }
p { color: rgb(166,62,206); }
H1.HeaderClassName
{
color: #A63ECE;
}
.AnyTagClassName
{
color: #A63ECE;
}
</style>
background-color css
<style>
a { background-color: #A63ECE; }
a { background-color: rgb(166,62,206); }
div.DivClassName
{
background-color: #A63ECE;
}
.BgClassName
{
background-color: #A63ECE;
}
</style>
border-color css
<style>
span { border-color: #A63ECE; }
span { border-color: rgb(166,62,206); }
td.TdClassName
{
border-color: #A63ECE;
}
.TagClassName
{
border-color: #A63ECE;
}
</style>