Shades of Dark Orchid #A63CD1
Tints of Dark Orchid #A63CD1
RGB
CMYK
RGB Variations
Color information
#A63CD1 (or 0xA63CD1) is known color: Dark Orchid. HEX triplet: A6, 3C and D1. RGB value is (166,60,209). Sum of RGB (Red+Green+Blue) = 166+60+209=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #A63CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CD1 is #59C32E. Grayscale: #6C6C6C. Windows color (decimal): -5882671 or 13712550. OLE color: 13712550.
HSL color Cylindrical-coordinate representation of color #A63CD1: hue angle of 282.68º 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 #A63CD1 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 60 | 209 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.18 |
| HSL | 282.68º | 0.62% | 0.53% | - |
| HSV(B) | 282.68º | 0.71% | 0.82% | - |
| XYZ | 28.85 | 15.94 | 61.88 | - |
| YUV | 108.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 209 | 0.21 | 0.71 | 0 | 0.18 | 282.68 | 0.62 | 0.53 |
| Hex | A6 | 3C | D1 | 15 | 47 | 0 | 12 | 11B | 3E | 35 |
| Octal | 246 | 74 | 321 | 25 | 107 | 0 | 22 | 433 | 76 | 65 |
| Binary | 10100110 | 111100 | 11010001 | 10101 | 1000111 | 0 | 10010 | 100011011 | 111110 | 110101 |
Color Harmonies of #A63CD1
Complementary color
Monochromatic Colors of #A63CD1
Black with #A63CD1
Text Example
Text Example
White with #A63CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CD1; }
p { color: rgb(166,60,209); }
H1.HeaderClassName
{
color: #A63CD1;
}
.AnyTagClassName
{
color: #A63CD1;
}
</style>
background-color css
<style>
a { background-color: #A63CD1; }
a { background-color: rgb(166,60,209); }
div.DivClassName
{
background-color: #A63CD1;
}
.BgClassName
{
background-color: #A63CD1;
}
</style>
border-color css
<style>
span { border-color: #A63CD1; }
span { border-color: rgb(166,60,209); }
td.TdClassName
{
border-color: #A63CD1;
}
.TagClassName
{
border-color: #A63CD1;
}
</style>