Shades of Dark Orchid #A31DE0
Tints of Dark Orchid #A31DE0
RGB
CMYK
RGB Variations
Color information
#A31DE0 (or 0xA31DE0) is known color: Dark Orchid. HEX triplet: A3, 1D and E0. RGB value is (163,29,224). Sum of RGB (Red+Green+Blue) = 163+29+224=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #A31DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DE0 is #5CE21F. Grayscale: #5A5A5A. Windows color (decimal): -6087200 or 14687651. OLE color: 14687651.
HSL color Cylindrical-coordinate representation of color #A31DE0: hue angle of 281.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31DE0 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 29 | 224 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.12 |
| HSL | 281.23º | 0.77% | 0.5% | - |
| HSV(B) | 281.23º | 0.87% | 0.88% | - |
| XYZ | 29 | 14.05 | 71.7 | - |
| YUV | 91.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 224 | 0.27 | 0.87 | 0 | 0.12 | 281.23 | 0.77 | 0.5 |
| Hex | A3 | 1D | E0 | 1B | 57 | 0 | C | 119 | 4D | 32 |
| Octal | 243 | 35 | 340 | 33 | 127 | 0 | 14 | 431 | 115 | 62 |
| Binary | 10100011 | 11101 | 11100000 | 11011 | 1010111 | 0 | 1100 | 100011001 | 1001101 | 110010 |
Color Harmonies of #A31DE0
Complementary color
Monochromatic Colors of #A31DE0
Black with #A31DE0
Text Example
Text Example
White with #A31DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DE0; }
p { color: rgb(163,29,224); }
H1.HeaderClassName
{
color: #A31DE0;
}
.AnyTagClassName
{
color: #A31DE0;
}
</style>
background-color css
<style>
a { background-color: #A31DE0; }
a { background-color: rgb(163,29,224); }
div.DivClassName
{
background-color: #A31DE0;
}
.BgClassName
{
background-color: #A31DE0;
}
</style>
border-color css
<style>
span { border-color: #A31DE0; }
span { border-color: rgb(163,29,224); }
td.TdClassName
{
border-color: #A31DE0;
}
.TagClassName
{
border-color: #A31DE0;
}
</style>