Shades of Dark Orchid #A63AC1
Tints of Dark Orchid #A63AC1
RGB
CMYK
RGB Variations
Color information
#A63AC1 (or 0xA63AC1) is known color: Dark Orchid. HEX triplet: A6, 3A and C1. RGB value is (166,58,193). Sum of RGB (Red+Green+Blue) = 166+58+193=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #A63AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AC1 is #59C53E. Grayscale: #696969. Windows color (decimal): -5883199 or 12663462. OLE color: 12663462.
HSL color Cylindrical-coordinate representation of color #A63AC1: hue angle of 288º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63AC1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 58 | 193 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.24 |
| HSL | 288º | 0.54% | 0.49% | - |
| HSV(B) | 288º | 0.7% | 0.76% | - |
| XYZ | 26.86 | 14.98 | 51.93 | - |
| YUV | 105.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 193 | 0.14 | 0.70 | 0 | 0.24 | 288 | 0.54 | 0.49 |
| Hex | A6 | 3A | C1 | E | 46 | 0 | 18 | 120 | 36 | 31 |
| Octal | 246 | 72 | 301 | 16 | 106 | 0 | 30 | 440 | 66 | 61 |
| Binary | 10100110 | 111010 | 11000001 | 1110 | 1000110 | 0 | 11000 | 100100000 | 110110 | 110001 |
Color Harmonies of #A63AC1
Complementary color
Monochromatic Colors of #A63AC1
Black with #A63AC1
Text Example
Text Example
White with #A63AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AC1; }
p { color: rgb(166,58,193); }
H1.HeaderClassName
{
color: #A63AC1;
}
.AnyTagClassName
{
color: #A63AC1;
}
</style>
background-color css
<style>
a { background-color: #A63AC1; }
a { background-color: rgb(166,58,193); }
div.DivClassName
{
background-color: #A63AC1;
}
.BgClassName
{
background-color: #A63AC1;
}
</style>
border-color css
<style>
span { border-color: #A63AC1; }
span { border-color: rgb(166,58,193); }
td.TdClassName
{
border-color: #A63AC1;
}
.TagClassName
{
border-color: #A63AC1;
}
</style>