Shades of Dark Orchid #A63FD9
Tints of Dark Orchid #A63FD9
RGB
CMYK
RGB Variations
Color information
#A63FD9 (or 0xA63FD9) is known color: Dark Orchid. HEX triplet: A6, 3F and D9. RGB value is (166,63,217). Sum of RGB (Red+Green+Blue) = 166+63+217=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #A63FD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FD9 is #59C026. Grayscale: #6E6E6E. Windows color (decimal): -5881895 or 14237606. OLE color: 14237606.
HSL color Cylindrical-coordinate representation of color #A63FD9: hue angle of 280.13º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63FD9 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 63 | 217 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.15 |
| HSL | 280.13º | 0.67% | 0.55% | - |
| HSV(B) | 280.13º | 0.71% | 0.85% | - |
| XYZ | 30.03 | 16.67 | 67.28 | - |
| YUV | 111.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 217 | 0.24 | 0.71 | 0 | 0.15 | 280.13 | 0.67 | 0.55 |
| Hex | A6 | 3F | D9 | 18 | 47 | 0 | F | 118 | 43 | 37 |
| Octal | 246 | 77 | 331 | 30 | 107 | 0 | 17 | 430 | 103 | 67 |
| Binary | 10100110 | 111111 | 11011001 | 11000 | 1000111 | 0 | 1111 | 100011000 | 1000011 | 110111 |
Color Harmonies of #A63FD9
Complementary color
Monochromatic Colors of #A63FD9
Black with #A63FD9
Text Example
Text Example
White with #A63FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FD9; }
p { color: rgb(166,63,217); }
H1.HeaderClassName
{
color: #A63FD9;
}
.AnyTagClassName
{
color: #A63FD9;
}
</style>
background-color css
<style>
a { background-color: #A63FD9; }
a { background-color: rgb(166,63,217); }
div.DivClassName
{
background-color: #A63FD9;
}
.BgClassName
{
background-color: #A63FD9;
}
</style>
border-color css
<style>
span { border-color: #A63FD9; }
span { border-color: rgb(166,63,217); }
td.TdClassName
{
border-color: #A63FD9;
}
.TagClassName
{
border-color: #A63FD9;
}
</style>