Shades of Dark Orchid #A31DC1
Tints of Dark Orchid #A31DC1
RGB
CMYK
RGB Variations
Color information
#A31DC1 (or 0xA31DC1) is known color: Dark Orchid. HEX triplet: A3, 1D and C1. RGB value is (163,29,193). Sum of RGB (Red+Green+Blue) = 163+29+193=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #A31DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DC1 is #5CE23E. Grayscale: #575757. Windows color (decimal): -6087231 or 12656035. OLE color: 12656035.
HSL color Cylindrical-coordinate representation of color #A31DC1: hue angle of 289.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31DC1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 29 | 193 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.24 |
| HSL | 289.02º | 0.74% | 0.44% | - |
| HSV(B) | 289.02º | 0.85% | 0.76% | - |
| XYZ | 25.17 | 12.52 | 51.54 | - |
| YUV | 87.76 | 187.39 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 193 | 0.16 | 0.85 | 0 | 0.24 | 289.02 | 0.74 | 0.44 |
| Hex | A3 | 1D | C1 | 10 | 55 | 0 | 18 | 121 | 4A | 2C |
| Octal | 243 | 35 | 301 | 20 | 125 | 0 | 30 | 441 | 112 | 54 |
| Binary | 10100011 | 11101 | 11000001 | 10000 | 1010101 | 0 | 11000 | 100100001 | 1001010 | 101100 |
Color Harmonies of #A31DC1
Complementary color
Monochromatic Colors of #A31DC1
Black with #A31DC1
Text Example
Text Example
White with #A31DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DC1; }
p { color: rgb(163,29,193); }
H1.HeaderClassName
{
color: #A31DC1;
}
.AnyTagClassName
{
color: #A31DC1;
}
</style>
background-color css
<style>
a { background-color: #A31DC1; }
a { background-color: rgb(163,29,193); }
div.DivClassName
{
background-color: #A31DC1;
}
.BgClassName
{
background-color: #A31DC1;
}
</style>
border-color css
<style>
span { border-color: #A31DC1; }
span { border-color: rgb(163,29,193); }
td.TdClassName
{
border-color: #A31DC1;
}
.TagClassName
{
border-color: #A31DC1;
}
</style>