Shades of Dark Orchid #A71BDB
Tints of Dark Orchid #A71BDB
RGB
CMYK
RGB Variations
Color information
#A71BDB (or 0xA71BDB) is known color: Dark Orchid. HEX triplet: A7, 1B and DB. RGB value is (167,27,219). Sum of RGB (Red+Green+Blue) = 167+27+219=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #A71BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BDB is #58E424. Grayscale: #5A5A5A. Windows color (decimal): -5825573 or 14359463. OLE color: 14359463.
HSL color Cylindrical-coordinate representation of color #A71BDB: hue angle of 283.75º 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 #A71BDB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 27 | 219 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.14 |
| HSL | 283.75º | 0.78% | 0.48% | - |
| HSV(B) | 283.75º | 0.88% | 0.86% | - |
| XYZ | 29.11 | 14.11 | 68.21 | - |
| YUV | 90.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 219 | 0.24 | 0.88 | 0 | 0.14 | 283.75 | 0.78 | 0.48 |
| Hex | A7 | 1B | DB | 18 | 58 | 0 | E | 11C | 4E | 30 |
| Octal | 247 | 33 | 333 | 30 | 130 | 0 | 16 | 434 | 116 | 60 |
| Binary | 10100111 | 11011 | 11011011 | 11000 | 1011000 | 0 | 1110 | 100011100 | 1001110 | 110000 |
Color Harmonies of #A71BDB
Complementary color
Monochromatic Colors of #A71BDB
Black with #A71BDB
Text Example
Text Example
White with #A71BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BDB; }
p { color: rgb(167,27,219); }
H1.HeaderClassName
{
color: #A71BDB;
}
.AnyTagClassName
{
color: #A71BDB;
}
</style>
background-color css
<style>
a { background-color: #A71BDB; }
a { background-color: rgb(167,27,219); }
div.DivClassName
{
background-color: #A71BDB;
}
.BgClassName
{
background-color: #A71BDB;
}
</style>
border-color css
<style>
span { border-color: #A71BDB; }
span { border-color: rgb(167,27,219); }
td.TdClassName
{
border-color: #A71BDB;
}
.TagClassName
{
border-color: #A71BDB;
}
</style>