Shades of Dark Orchid #A31EC3
Tints of Dark Orchid #A31EC3
RGB
CMYK
RGB Variations
Color information
#A31EC3 (or 0xA31EC3) is known color: Dark Orchid. HEX triplet: A3, 1E and C3. RGB value is (163,30,195). Sum of RGB (Red+Green+Blue) = 163+30+195=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #A31EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EC3 is #5CE13C. Grayscale: #585858. Windows color (decimal): -6086973 or 12787363. OLE color: 12787363.
HSL color Cylindrical-coordinate representation of color #A31EC3: hue angle of 288.36º degrees, saturation: 0.73, 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 #A31EC3 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 30 | 195 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.24 |
| HSL | 288.36º | 0.73% | 0.44% | - |
| HSV(B) | 288.36º | 0.85% | 0.76% | - |
| XYZ | 25.42 | 12.66 | 52.73 | - |
| YUV | 88.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 195 | 0.16 | 0.85 | 0 | 0.24 | 288.36 | 0.73 | 0.44 |
| Hex | A3 | 1E | C3 | 10 | 55 | 0 | 18 | 120 | 49 | 2C |
| Octal | 243 | 36 | 303 | 20 | 125 | 0 | 30 | 440 | 111 | 54 |
| Binary | 10100011 | 11110 | 11000011 | 10000 | 1010101 | 0 | 11000 | 100100000 | 1001001 | 101100 |
Color Harmonies of #A31EC3
Complementary color
Monochromatic Colors of #A31EC3
Black with #A31EC3
Text Example
Text Example
White with #A31EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EC3; }
p { color: rgb(163,30,195); }
H1.HeaderClassName
{
color: #A31EC3;
}
.AnyTagClassName
{
color: #A31EC3;
}
</style>
background-color css
<style>
a { background-color: #A31EC3; }
a { background-color: rgb(163,30,195); }
div.DivClassName
{
background-color: #A31EC3;
}
.BgClassName
{
background-color: #A31EC3;
}
</style>
border-color css
<style>
span { border-color: #A31EC3; }
span { border-color: rgb(163,30,195); }
td.TdClassName
{
border-color: #A31EC3;
}
.TagClassName
{
border-color: #A31EC3;
}
</style>