Shades of Dark Orchid #A31BDB
Tints of Dark Orchid #A31BDB
RGB
CMYK
RGB Variations
Color information
#A31BDB (or 0xA31BDB) is known color: Dark Orchid. HEX triplet: A3, 1B and DB. RGB value is (163,27,219). Sum of RGB (Red+Green+Blue) = 163+27+219=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #A31BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BDB is #5CE424. Grayscale: #585858. Windows color (decimal): -6087717 or 14359459. OLE color: 14359459.
HSL color Cylindrical-coordinate representation of color #A31BDB: hue angle of 282.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31BDB is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 27 | 219 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.14 |
| HSL | 282.5º | 0.78% | 0.48% | - |
| HSV(B) | 282.5º | 0.88% | 0.86% | - |
| XYZ | 28.28 | 13.68 | 68.17 | - |
| YUV | 89.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 219 | 0.26 | 0.88 | 0 | 0.14 | 282.5 | 0.78 | 0.48 |
| Hex | A3 | 1B | DB | 1A | 58 | 0 | E | 11A | 4E | 30 |
| Octal | 243 | 33 | 333 | 32 | 130 | 0 | 16 | 432 | 116 | 60 |
| Binary | 10100011 | 11011 | 11011011 | 11010 | 1011000 | 0 | 1110 | 100011010 | 1001110 | 110000 |
Color Harmonies of #A31BDB
Complementary color
Monochromatic Colors of #A31BDB
Black with #A31BDB
Text Example
Text Example
White with #A31BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BDB; }
p { color: rgb(163,27,219); }
H1.HeaderClassName
{
color: #A31BDB;
}
.AnyTagClassName
{
color: #A31BDB;
}
</style>
background-color css
<style>
a { background-color: #A31BDB; }
a { background-color: rgb(163,27,219); }
div.DivClassName
{
background-color: #A31BDB;
}
.BgClassName
{
background-color: #A31BDB;
}
</style>
border-color css
<style>
span { border-color: #A31BDB; }
span { border-color: rgb(163,27,219); }
td.TdClassName
{
border-color: #A31BDB;
}
.TagClassName
{
border-color: #A31BDB;
}
</style>