Shades of Dark Orchid #A82DDB
Tints of Dark Orchid #A82DDB
RGB
CMYK
RGB Variations
Color information
#A82DDB (or 0xA82DDB) is known color: Dark Orchid. HEX triplet: A8, 2D and DB. RGB value is (168,45,219). Sum of RGB (Red+Green+Blue) = 168+45+219=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #A82DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DDB is #57D224. Grayscale: #656565. Windows color (decimal): -5755429 or 14364072. OLE color: 14364072.
HSL color Cylindrical-coordinate representation of color #A82DDB: hue angle of 282.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82DDB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 45 | 219 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.14 |
| HSL | 282.41º | 0.71% | 0.52% | - |
| HSV(B) | 282.41º | 0.79% | 0.86% | - |
| XYZ | 29.87 | 15.32 | 68.4 | - |
| YUV | 101.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 219 | 0.23 | 0.79 | 0 | 0.14 | 282.41 | 0.71 | 0.52 |
| Hex | A8 | 2D | DB | 17 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 250 | 55 | 333 | 27 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10101000 | 101101 | 11011011 | 10111 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A82DDB
Complementary color
Monochromatic Colors of #A82DDB
Black with #A82DDB
Text Example
Text Example
White with #A82DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DDB; }
p { color: rgb(168,45,219); }
H1.HeaderClassName
{
color: #A82DDB;
}
.AnyTagClassName
{
color: #A82DDB;
}
</style>
background-color css
<style>
a { background-color: #A82DDB; }
a { background-color: rgb(168,45,219); }
div.DivClassName
{
background-color: #A82DDB;
}
.BgClassName
{
background-color: #A82DDB;
}
</style>
border-color css
<style>
span { border-color: #A82DDB; }
span { border-color: rgb(168,45,219); }
td.TdClassName
{
border-color: #A82DDB;
}
.TagClassName
{
border-color: #A82DDB;
}
</style>