Shades of Dark Orchid #A31EDB
Tints of Dark Orchid #A31EDB
RGB
CMYK
RGB Variations
Color information
#A31EDB (or 0xA31EDB) is known color: Dark Orchid. HEX triplet: A3, 1E and DB. RGB value is (163,30,219). Sum of RGB (Red+Green+Blue) = 163+30+219=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A31EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EDB is #5CE124. Grayscale: #5A5A5A. Windows color (decimal): -6086949 or 14360227. OLE color: 14360227.
HSL color Cylindrical-coordinate representation of color #A31EDB: hue angle of 282.22º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31EDB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 30 | 219 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.14 |
| HSL | 282.22º | 0.76% | 0.49% | - |
| HSV(B) | 282.22º | 0.86% | 0.86% | - |
| XYZ | 28.35 | 13.83 | 68.19 | - |
| YUV | 91.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 219 | 0.26 | 0.86 | 0 | 0.14 | 282.22 | 0.76 | 0.49 |
| Hex | A3 | 1E | DB | 1A | 56 | 0 | E | 11A | 4C | 31 |
| Octal | 243 | 36 | 333 | 32 | 126 | 0 | 16 | 432 | 114 | 61 |
| Binary | 10100011 | 11110 | 11011011 | 11010 | 1010110 | 0 | 1110 | 100011010 | 1001100 | 110001 |
Color Harmonies of #A31EDB
Complementary color
Monochromatic Colors of #A31EDB
Black with #A31EDB
Text Example
Text Example
White with #A31EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EDB; }
p { color: rgb(163,30,219); }
H1.HeaderClassName
{
color: #A31EDB;
}
.AnyTagClassName
{
color: #A31EDB;
}
</style>
background-color css
<style>
a { background-color: #A31EDB; }
a { background-color: rgb(163,30,219); }
div.DivClassName
{
background-color: #A31EDB;
}
.BgClassName
{
background-color: #A31EDB;
}
</style>
border-color css
<style>
span { border-color: #A31EDB; }
span { border-color: rgb(163,30,219); }
td.TdClassName
{
border-color: #A31EDB;
}
.TagClassName
{
border-color: #A31EDB;
}
</style>