Shades of Dark Orchid #A71CDB
Tints of Dark Orchid #A71CDB
RGB
CMYK
RGB Variations
Color information
#A71CDB (or 0xA71CDB) is known color: Dark Orchid. HEX triplet: A7, 1C and DB. RGB value is (167,28,219). Sum of RGB (Red+Green+Blue) = 167+28+219=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #A71CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CDB is #58E324. Grayscale: #5A5A5A. Windows color (decimal): -5825317 or 14359719. OLE color: 14359719.
HSL color Cylindrical-coordinate representation of color #A71CDB: hue angle of 283.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71CDB is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 28 | 219 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.14 |
| HSL | 283.66º | 0.77% | 0.48% | - |
| HSV(B) | 283.66º | 0.87% | 0.86% | - |
| XYZ | 29.14 | 14.16 | 68.22 | - |
| YUV | 91.34 | 200.05 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 219 | 0.24 | 0.87 | 0 | 0.14 | 283.66 | 0.77 | 0.48 |
| Hex | A7 | 1C | DB | 18 | 57 | 0 | E | 11C | 4D | 30 |
| Octal | 247 | 34 | 333 | 30 | 127 | 0 | 16 | 434 | 115 | 60 |
| Binary | 10100111 | 11100 | 11011011 | 11000 | 1010111 | 0 | 1110 | 100011100 | 1001101 | 110000 |
Color Harmonies of #A71CDB
Complementary color
Monochromatic Colors of #A71CDB
Black with #A71CDB
Text Example
Text Example
White with #A71CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CDB; }
p { color: rgb(167,28,219); }
H1.HeaderClassName
{
color: #A71CDB;
}
.AnyTagClassName
{
color: #A71CDB;
}
</style>
background-color css
<style>
a { background-color: #A71CDB; }
a { background-color: rgb(167,28,219); }
div.DivClassName
{
background-color: #A71CDB;
}
.BgClassName
{
background-color: #A71CDB;
}
</style>
border-color css
<style>
span { border-color: #A71CDB; }
span { border-color: rgb(167,28,219); }
td.TdClassName
{
border-color: #A71CDB;
}
.TagClassName
{
border-color: #A71CDB;
}
</style>