Shades of Dark Orchid #A82CDB
Tints of Dark Orchid #A82CDB
RGB
CMYK
RGB Variations
Color information
#A82CDB (or 0xA82CDB) is known color: Dark Orchid. HEX triplet: A8, 2C and DB. RGB value is (168,44,219). Sum of RGB (Red+Green+Blue) = 168+44+219=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A82CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CDB is #57D324. Grayscale: #646464. Windows color (decimal): -5755685 or 14363816. OLE color: 14363816.
HSL color Cylindrical-coordinate representation of color #A82CDB: hue angle of 282.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82CDB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 44 | 219 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.14 |
| HSL | 282.51º | 0.71% | 0.52% | - |
| HSV(B) | 282.51º | 0.8% | 0.86% | - |
| XYZ | 29.84 | 15.24 | 68.39 | - |
| YUV | 101.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 219 | 0.23 | 0.80 | 0 | 0.14 | 282.51 | 0.71 | 0.52 |
| Hex | A8 | 2C | DB | 17 | 50 | 0 | E | 11B | 47 | 34 |
| Octal | 250 | 54 | 333 | 27 | 120 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101000 | 101100 | 11011011 | 10111 | 1010000 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #A82CDB
Complementary color
Monochromatic Colors of #A82CDB
Black with #A82CDB
Text Example
Text Example
White with #A82CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82CDB; }
p { color: rgb(168,44,219); }
H1.HeaderClassName
{
color: #A82CDB;
}
.AnyTagClassName
{
color: #A82CDB;
}
</style>
background-color css
<style>
a { background-color: #A82CDB; }
a { background-color: rgb(168,44,219); }
div.DivClassName
{
background-color: #A82CDB;
}
.BgClassName
{
background-color: #A82CDB;
}
</style>
border-color css
<style>
span { border-color: #A82CDB; }
span { border-color: rgb(168,44,219); }
td.TdClassName
{
border-color: #A82CDB;
}
.TagClassName
{
border-color: #A82CDB;
}
</style>