Shades of Dark Orchid #A63EDE
Tints of Dark Orchid #A63EDE
RGB
CMYK
RGB Variations
Color information
#A63EDE (or 0xA63EDE) is known color: Dark Orchid. HEX triplet: A6, 3E and DE. RGB value is (166,62,222). Sum of RGB (Red+Green+Blue) = 166+62+222=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #A63EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EDE is #59C121. Grayscale: #6E6E6E. Windows color (decimal): -5882146 or 14565030. OLE color: 14565030.
HSL color Cylindrical-coordinate representation of color #A63EDE: hue angle of 279º 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 #A63EDE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 62 | 222 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.13 |
| HSL | 279º | 0.71% | 0.56% | - |
| HSV(B) | 279º | 0.72% | 0.87% | - |
| XYZ | 30.63 | 16.83 | 70.74 | - |
| YUV | 111.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 222 | 0.25 | 0.72 | 0 | 0.13 | 279 | 0.71 | 0.56 |
| Hex | A6 | 3E | DE | 19 | 48 | 0 | D | 117 | 47 | 38 |
| Octal | 246 | 76 | 336 | 31 | 110 | 0 | 15 | 427 | 107 | 70 |
| Binary | 10100110 | 111110 | 11011110 | 11001 | 1001000 | 0 | 1101 | 100010111 | 1000111 | 111000 |
Color Harmonies of #A63EDE
Complementary color
Monochromatic Colors of #A63EDE
Black with #A63EDE
Text Example
Text Example
White with #A63EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63EDE; }
p { color: rgb(166,62,222); }
H1.HeaderClassName
{
color: #A63EDE;
}
.AnyTagClassName
{
color: #A63EDE;
}
</style>
background-color css
<style>
a { background-color: #A63EDE; }
a { background-color: rgb(166,62,222); }
div.DivClassName
{
background-color: #A63EDE;
}
.BgClassName
{
background-color: #A63EDE;
}
</style>
border-color css
<style>
span { border-color: #A63EDE; }
span { border-color: rgb(166,62,222); }
td.TdClassName
{
border-color: #A63EDE;
}
.TagClassName
{
border-color: #A63EDE;
}
</style>