Shades of Dark Orchid #A31CDB
Tints of Dark Orchid #A31CDB
RGB
CMYK
RGB Variations
Color information
#A31CDB (or 0xA31CDB) is known color: Dark Orchid. HEX triplet: A3, 1C and DB. RGB value is (163,28,219). Sum of RGB (Red+Green+Blue) = 163+28+219=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #A31CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CDB is #5CE324. Grayscale: #595959. Windows color (decimal): -6087461 or 14359715. OLE color: 14359715.
HSL color Cylindrical-coordinate representation of color #A31CDB: hue angle of 282.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31CDB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 28 | 219 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.14 |
| HSL | 282.41º | 0.77% | 0.48% | - |
| HSV(B) | 282.41º | 0.87% | 0.86% | - |
| XYZ | 28.31 | 13.73 | 68.18 | - |
| YUV | 90.14 | 200.73 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 219 | 0.26 | 0.87 | 0 | 0.14 | 282.41 | 0.77 | 0.48 |
| Hex | A3 | 1C | DB | 1A | 57 | 0 | E | 11A | 4D | 30 |
| Octal | 243 | 34 | 333 | 32 | 127 | 0 | 16 | 432 | 115 | 60 |
| Binary | 10100011 | 11100 | 11011011 | 11010 | 1010111 | 0 | 1110 | 100011010 | 1001101 | 110000 |
Color Harmonies of #A31CDB
Complementary color
Monochromatic Colors of #A31CDB
Black with #A31CDB
Text Example
Text Example
White with #A31CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CDB; }
p { color: rgb(163,28,219); }
H1.HeaderClassName
{
color: #A31CDB;
}
.AnyTagClassName
{
color: #A31CDB;
}
</style>
background-color css
<style>
a { background-color: #A31CDB; }
a { background-color: rgb(163,28,219); }
div.DivClassName
{
background-color: #A31CDB;
}
.BgClassName
{
background-color: #A31CDB;
}
</style>
border-color css
<style>
span { border-color: #A31CDB; }
span { border-color: rgb(163,28,219); }
td.TdClassName
{
border-color: #A31CDB;
}
.TagClassName
{
border-color: #A31CDB;
}
</style>