Shades of Dark Orchid #A31FDB
Tints of Dark Orchid #A31FDB
RGB
CMYK
RGB Variations
Color information
#A31FDB (or 0xA31FDB) is known color: Dark Orchid. HEX triplet: A3, 1F and DB. RGB value is (163,31,219). Sum of RGB (Red+Green+Blue) = 163+31+219=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #A31FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FDB is #5CE024. Grayscale: #5B5B5B. Windows color (decimal): -6086693 or 14360483. OLE color: 14360483.
HSL color Cylindrical-coordinate representation of color #A31FDB: hue angle of 282.13º degrees, saturation: 0.75, 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 #A31FDB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 31 | 219 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.14 |
| HSL | 282.13º | 0.75% | 0.49% | - |
| HSV(B) | 282.13º | 0.86% | 0.86% | - |
| XYZ | 28.38 | 13.88 | 68.2 | - |
| YUV | 91.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 219 | 0.26 | 0.86 | 0 | 0.14 | 282.13 | 0.75 | 0.49 |
| Hex | A3 | 1F | DB | 1A | 56 | 0 | E | 11A | 4B | 31 |
| Octal | 243 | 37 | 333 | 32 | 126 | 0 | 16 | 432 | 113 | 61 |
| Binary | 10100011 | 11111 | 11011011 | 11010 | 1010110 | 0 | 1110 | 100011010 | 1001011 | 110001 |
Color Harmonies of #A31FDB
Complementary color
Monochromatic Colors of #A31FDB
Black with #A31FDB
Text Example
Text Example
White with #A31FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FDB; }
p { color: rgb(163,31,219); }
H1.HeaderClassName
{
color: #A31FDB;
}
.AnyTagClassName
{
color: #A31FDB;
}
</style>
background-color css
<style>
a { background-color: #A31FDB; }
a { background-color: rgb(163,31,219); }
div.DivClassName
{
background-color: #A31FDB;
}
.BgClassName
{
background-color: #A31FDB;
}
</style>
border-color css
<style>
span { border-color: #A31FDB; }
span { border-color: rgb(163,31,219); }
td.TdClassName
{
border-color: #A31FDB;
}
.TagClassName
{
border-color: #A31FDB;
}
</style>