Shades of Dark Orchid #A63FDF
Tints of Dark Orchid #A63FDF
RGB
CMYK
RGB Variations
Color information
#A63FDF (or 0xA63FDF) is known color: Dark Orchid. HEX triplet: A6, 3F and DF. RGB value is (166,63,223). Sum of RGB (Red+Green+Blue) = 166+63+223=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #A63FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FDF is #59C020. Grayscale: #6F6F6F. Windows color (decimal): -5881889 or 14630822. OLE color: 14630822.
HSL color Cylindrical-coordinate representation of color #A63FDF: hue angle of 278.62º 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 #A63FDF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 63 | 223 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.13 |
| HSL | 278.63º | 0.71% | 0.56% | - |
| HSV(B) | 278.63º | 0.72% | 0.87% | - |
| XYZ | 30.82 | 16.99 | 71.47 | - |
| YUV | 112.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 223 | 0.26 | 0.72 | 0 | 0.13 | 278.63 | 0.71 | 0.56 |
| Hex | A6 | 3F | DF | 1A | 48 | 0 | D | 117 | 47 | 38 |
| Octal | 246 | 77 | 337 | 32 | 110 | 0 | 15 | 427 | 107 | 70 |
| Binary | 10100110 | 111111 | 11011111 | 11010 | 1001000 | 0 | 1101 | 100010111 | 1000111 | 111000 |
Color Harmonies of #A63FDF
Complementary color
Monochromatic Colors of #A63FDF
Black with #A63FDF
Text Example
Text Example
White with #A63FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FDF; }
p { color: rgb(166,63,223); }
H1.HeaderClassName
{
color: #A63FDF;
}
.AnyTagClassName
{
color: #A63FDF;
}
</style>
background-color css
<style>
a { background-color: #A63FDF; }
a { background-color: rgb(166,63,223); }
div.DivClassName
{
background-color: #A63FDF;
}
.BgClassName
{
background-color: #A63FDF;
}
</style>
border-color css
<style>
span { border-color: #A63FDF; }
span { border-color: rgb(166,63,223); }
td.TdClassName
{
border-color: #A63FDF;
}
.TagClassName
{
border-color: #A63FDF;
}
</style>