Shades of Dark Orchid #A91FDB
Tints of Dark Orchid #A91FDB
RGB
CMYK
RGB Variations
Color information
#A91FDB (or 0xA91FDB) is known color: Dark Orchid. HEX triplet: A9, 1F and DB. RGB value is (169,31,219). Sum of RGB (Red+Green+Blue) = 169+31+219=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #A91FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FDB is #56E024. Grayscale: #5D5D5D. Windows color (decimal): -5693477 or 14360489. OLE color: 14360489.
HSL color Cylindrical-coordinate representation of color #A91FDB: hue angle of 284.04º 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 #A91FDB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 31 | 219 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.14 |
| HSL | 284.04º | 0.75% | 0.49% | - |
| HSV(B) | 284.04º | 0.86% | 0.86% | - |
| XYZ | 29.64 | 14.53 | 68.26 | - |
| YUV | 93.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 219 | 0.23 | 0.86 | 0 | 0.14 | 284.04 | 0.75 | 0.49 |
| Hex | A9 | 1F | DB | 17 | 56 | 0 | E | 11C | 4B | 31 |
| Octal | 251 | 37 | 333 | 27 | 126 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101001 | 11111 | 11011011 | 10111 | 1010110 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #A91FDB
Complementary color
Monochromatic Colors of #A91FDB
Black with #A91FDB
Text Example
Text Example
White with #A91FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FDB; }
p { color: rgb(169,31,219); }
H1.HeaderClassName
{
color: #A91FDB;
}
.AnyTagClassName
{
color: #A91FDB;
}
</style>
background-color css
<style>
a { background-color: #A91FDB; }
a { background-color: rgb(169,31,219); }
div.DivClassName
{
background-color: #A91FDB;
}
.BgClassName
{
background-color: #A91FDB;
}
</style>
border-color css
<style>
span { border-color: #A91FDB; }
span { border-color: rgb(169,31,219); }
td.TdClassName
{
border-color: #A91FDB;
}
.TagClassName
{
border-color: #A91FDB;
}
</style>