Shades of Dark Orchid #A91BDB
Tints of Dark Orchid #A91BDB
RGB
CMYK
RGB Variations
Color information
#A91BDB (or 0xA91BDB) is known color: Dark Orchid. HEX triplet: A9, 1B and DB. RGB value is (169,27,219). Sum of RGB (Red+Green+Blue) = 169+27+219=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A91BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BDB is #56E424. Grayscale: #5A5A5A. Windows color (decimal): -5694501 or 14359465. OLE color: 14359465.
HSL color Cylindrical-coordinate representation of color #A91BDB: hue angle of 284.38º 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 #A91BDB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 27 | 219 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.14 |
| HSL | 284.38º | 0.78% | 0.48% | - |
| HSV(B) | 284.38º | 0.88% | 0.86% | - |
| XYZ | 29.54 | 14.33 | 68.23 | - |
| YUV | 91.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 219 | 0.23 | 0.88 | 0 | 0.14 | 284.38 | 0.78 | 0.48 |
| Hex | A9 | 1B | DB | 17 | 58 | 0 | E | 11C | 4E | 30 |
| Octal | 251 | 33 | 333 | 27 | 130 | 0 | 16 | 434 | 116 | 60 |
| Binary | 10101001 | 11011 | 11011011 | 10111 | 1011000 | 0 | 1110 | 100011100 | 1001110 | 110000 |
Color Harmonies of #A91BDB
Complementary color
Monochromatic Colors of #A91BDB
Black with #A91BDB
Text Example
Text Example
White with #A91BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BDB; }
p { color: rgb(169,27,219); }
H1.HeaderClassName
{
color: #A91BDB;
}
.AnyTagClassName
{
color: #A91BDB;
}
</style>
background-color css
<style>
a { background-color: #A91BDB; }
a { background-color: rgb(169,27,219); }
div.DivClassName
{
background-color: #A91BDB;
}
.BgClassName
{
background-color: #A91BDB;
}
</style>
border-color css
<style>
span { border-color: #A91BDB; }
span { border-color: rgb(169,27,219); }
td.TdClassName
{
border-color: #A91BDB;
}
.TagClassName
{
border-color: #A91BDB;
}
</style>