Shades of Dark Orchid #A31EC0
Tints of Dark Orchid #A31EC0
RGB
CMYK
RGB Variations
Color information
#A31EC0 (or 0xA31EC0) is known color: Dark Orchid. HEX triplet: A3, 1E and C0. RGB value is (163,30,192). Sum of RGB (Red+Green+Blue) = 163+30+192=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #A31EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EC0 is #5CE13F. Grayscale: #575757. Windows color (decimal): -6086976 or 12590755. OLE color: 12590755.
HSL color Cylindrical-coordinate representation of color #A31EC0: hue angle of 289.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31EC0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 30 | 192 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.25 |
| HSL | 289.26º | 0.73% | 0.44% | - |
| HSV(B) | 289.26º | 0.84% | 0.75% | - |
| XYZ | 25.08 | 12.52 | 50.96 | - |
| YUV | 88.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 192 | 0.15 | 0.84 | 0 | 0.25 | 289.26 | 0.73 | 0.44 |
| Hex | A3 | 1E | C0 | F | 54 | 0 | 19 | 121 | 49 | 2C |
| Octal | 243 | 36 | 300 | 17 | 124 | 0 | 31 | 441 | 111 | 54 |
| Binary | 10100011 | 11110 | 11000000 | 1111 | 1010100 | 0 | 11001 | 100100001 | 1001001 | 101100 |
Color Harmonies of #A31EC0
Complementary color
Monochromatic Colors of #A31EC0
Black with #A31EC0
Text Example
Text Example
White with #A31EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EC0; }
p { color: rgb(163,30,192); }
H1.HeaderClassName
{
color: #A31EC0;
}
.AnyTagClassName
{
color: #A31EC0;
}
</style>
background-color css
<style>
a { background-color: #A31EC0; }
a { background-color: rgb(163,30,192); }
div.DivClassName
{
background-color: #A31EC0;
}
.BgClassName
{
background-color: #A31EC0;
}
</style>
border-color css
<style>
span { border-color: #A31EC0; }
span { border-color: rgb(163,30,192); }
td.TdClassName
{
border-color: #A31EC0;
}
.TagClassName
{
border-color: #A31EC0;
}
</style>