Shades of Dark Orchid #A63DD1
Tints of Dark Orchid #A63DD1
RGB
CMYK
RGB Variations
Color information
#A63DD1 (or 0xA63DD1) is known color: Dark Orchid. HEX triplet: A6, 3D and D1. RGB value is (166,61,209). Sum of RGB (Red+Green+Blue) = 166+61+209=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #A63DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DD1 is #59C22E. Grayscale: #6C6C6C. Windows color (decimal): -5882415 or 13712806. OLE color: 13712806.
HSL color Cylindrical-coordinate representation of color #A63DD1: hue angle of 282.57º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63DD1 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 61 | 209 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.18 |
| HSL | 282.57º | 0.62% | 0.53% | - |
| HSV(B) | 282.57º | 0.71% | 0.82% | - |
| XYZ | 28.9 | 16.05 | 61.9 | - |
| YUV | 109.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 209 | 0.21 | 0.71 | 0 | 0.18 | 282.57 | 0.62 | 0.53 |
| Hex | A6 | 3D | D1 | 15 | 47 | 0 | 12 | 11B | 3E | 35 |
| Octal | 246 | 75 | 321 | 25 | 107 | 0 | 22 | 433 | 76 | 65 |
| Binary | 10100110 | 111101 | 11010001 | 10101 | 1000111 | 0 | 10010 | 100011011 | 111110 | 110101 |
Color Harmonies of #A63DD1
Complementary color
Monochromatic Colors of #A63DD1
Black with #A63DD1
Text Example
Text Example
White with #A63DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DD1; }
p { color: rgb(166,61,209); }
H1.HeaderClassName
{
color: #A63DD1;
}
.AnyTagClassName
{
color: #A63DD1;
}
</style>
background-color css
<style>
a { background-color: #A63DD1; }
a { background-color: rgb(166,61,209); }
div.DivClassName
{
background-color: #A63DD1;
}
.BgClassName
{
background-color: #A63DD1;
}
</style>
border-color css
<style>
span { border-color: #A63DD1; }
span { border-color: rgb(166,61,209); }
td.TdClassName
{
border-color: #A63DD1;
}
.TagClassName
{
border-color: #A63DD1;
}
</style>