Shades of Dark Orchid #A01FDB
Tints of Dark Orchid #A01FDB
RGB
CMYK
RGB Variations
Color information
#A01FDB (or 0xA01FDB) is known color: Dark Orchid. HEX triplet: A0, 1F and DB. RGB value is (160,31,219). Sum of RGB (Red+Green+Blue) = 160+31+219=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 31 (12.5% from 255 or 7.56% 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 #A01FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FDB is #5FE024. Grayscale: #5A5A5A. Windows color (decimal): -6283301 or 14360480. OLE color: 14360480.
HSL color Cylindrical-coordinate representation of color #A01FDB: hue angle of 281.17º 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 #A01FDB is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 31 | 219 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.14 |
| HSL | 281.17º | 0.75% | 0.49% | - |
| HSV(B) | 281.17º | 0.86% | 0.86% | - |
| XYZ | 27.77 | 13.57 | 68.17 | - |
| YUV | 91 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 219 | 0.27 | 0.86 | 0 | 0.14 | 281.17 | 0.75 | 0.49 |
| Hex | A0 | 1F | DB | 1B | 56 | 0 | E | 119 | 4B | 31 |
| Octal | 240 | 37 | 333 | 33 | 126 | 0 | 16 | 431 | 113 | 61 |
| Binary | 10100000 | 11111 | 11011011 | 11011 | 1010110 | 0 | 1110 | 100011001 | 1001011 | 110001 |
Color Harmonies of #A01FDB
Complementary color
Monochromatic Colors of #A01FDB
Black with #A01FDB
Text Example
Text Example
White with #A01FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FDB; }
p { color: rgb(160,31,219); }
H1.HeaderClassName
{
color: #A01FDB;
}
.AnyTagClassName
{
color: #A01FDB;
}
</style>
background-color css
<style>
a { background-color: #A01FDB; }
a { background-color: rgb(160,31,219); }
div.DivClassName
{
background-color: #A01FDB;
}
.BgClassName
{
background-color: #A01FDB;
}
</style>
border-color css
<style>
span { border-color: #A01FDB; }
span { border-color: rgb(160,31,219); }
td.TdClassName
{
border-color: #A01FDB;
}
.TagClassName
{
border-color: #A01FDB;
}
</style>