Shades of Dark Orchid #A63CDF
Tints of Dark Orchid #A63CDF
RGB
CMYK
RGB Variations
Color information
#A63CDF (or 0xA63CDF) is known color: Dark Orchid. HEX triplet: A6, 3C and DF. RGB value is (166,60,223). Sum of RGB (Red+Green+Blue) = 166+60+223=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #A63CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CDF is #59C320. Grayscale: #6D6D6D. Windows color (decimal): -5882657 or 14630054. OLE color: 14630054.
HSL color Cylindrical-coordinate representation of color #A63CDF: hue angle of 279.02º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63CDF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 60 | 223 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.13 |
| HSL | 279.02º | 0.72% | 0.55% | - |
| HSV(B) | 279.02º | 0.73% | 0.87% | - |
| XYZ | 30.66 | 16.67 | 71.41 | - |
| YUV | 110.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 223 | 0.26 | 0.73 | 0 | 0.13 | 279.02 | 0.72 | 0.55 |
| Hex | A6 | 3C | DF | 1A | 49 | 0 | D | 117 | 48 | 37 |
| Octal | 246 | 74 | 337 | 32 | 111 | 0 | 15 | 427 | 110 | 67 |
| Binary | 10100110 | 111100 | 11011111 | 11010 | 1001001 | 0 | 1101 | 100010111 | 1001000 | 110111 |
Color Harmonies of #A63CDF
Complementary color
Monochromatic Colors of #A63CDF
Black with #A63CDF
Text Example
Text Example
White with #A63CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CDF; }
p { color: rgb(166,60,223); }
H1.HeaderClassName
{
color: #A63CDF;
}
.AnyTagClassName
{
color: #A63CDF;
}
</style>
background-color css
<style>
a { background-color: #A63CDF; }
a { background-color: rgb(166,60,223); }
div.DivClassName
{
background-color: #A63CDF;
}
.BgClassName
{
background-color: #A63CDF;
}
</style>
border-color css
<style>
span { border-color: #A63CDF; }
span { border-color: rgb(166,60,223); }
td.TdClassName
{
border-color: #A63CDF;
}
.TagClassName
{
border-color: #A63CDF;
}
</style>