Shades of Dark Orchid #A82EDB
Tints of Dark Orchid #A82EDB
RGB
CMYK
RGB Variations
Color information
#A82EDB (or 0xA82EDB) is known color: Dark Orchid. HEX triplet: A8, 2E and DB. RGB value is (168,46,219). Sum of RGB (Red+Green+Blue) = 168+46+219=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A82EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EDB is #57D124. Grayscale: #656565. Windows color (decimal): -5755173 or 14364328. OLE color: 14364328.
HSL color Cylindrical-coordinate representation of color #A82EDB: hue angle of 282.31º 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 #A82EDB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 46 | 219 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.14 |
| HSL | 282.31º | 0.71% | 0.52% | - |
| HSV(B) | 282.31º | 0.79% | 0.86% | - |
| XYZ | 29.91 | 15.39 | 68.41 | - |
| YUV | 102.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 219 | 0.23 | 0.79 | 0 | 0.14 | 282.31 | 0.71 | 0.52 |
| Hex | A8 | 2E | DB | 17 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 250 | 56 | 333 | 27 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10101000 | 101110 | 11011011 | 10111 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A82EDB
Complementary color
Monochromatic Colors of #A82EDB
Black with #A82EDB
Text Example
Text Example
White with #A82EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EDB; }
p { color: rgb(168,46,219); }
H1.HeaderClassName
{
color: #A82EDB;
}
.AnyTagClassName
{
color: #A82EDB;
}
</style>
background-color css
<style>
a { background-color: #A82EDB; }
a { background-color: rgb(168,46,219); }
div.DivClassName
{
background-color: #A82EDB;
}
.BgClassName
{
background-color: #A82EDB;
}
</style>
border-color css
<style>
span { border-color: #A82EDB; }
span { border-color: rgb(168,46,219); }
td.TdClassName
{
border-color: #A82EDB;
}
.TagClassName
{
border-color: #A82EDB;
}
</style>