Shades of Dark Orchid #A82ADB
Tints of Dark Orchid #A82ADB
RGB
CMYK
RGB Variations
Color information
#A82ADB (or 0xA82ADB) is known color: Dark Orchid. HEX triplet: A8, 2A and DB. RGB value is (168,42,219). Sum of RGB (Red+Green+Blue) = 168+42+219=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A82ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ADB is #57D524. Grayscale: #636363. Windows color (decimal): -5756197 or 14363304. OLE color: 14363304.
HSL color Cylindrical-coordinate representation of color #A82ADB: hue angle of 282.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82ADB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 42 | 219 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.14 |
| HSL | 282.71º | 0.71% | 0.51% | - |
| HSV(B) | 282.71º | 0.81% | 0.86% | - |
| XYZ | 29.76 | 15.1 | 68.36 | - |
| YUV | 99.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 219 | 0.23 | 0.81 | 0 | 0.14 | 282.71 | 0.71 | 0.51 |
| Hex | A8 | 2A | DB | 17 | 51 | 0 | E | 11B | 47 | 33 |
| Octal | 250 | 52 | 333 | 27 | 121 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10101000 | 101010 | 11011011 | 10111 | 1010001 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A82ADB
Complementary color
Monochromatic Colors of #A82ADB
Black with #A82ADB
Text Example
Text Example
White with #A82ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ADB; }
p { color: rgb(168,42,219); }
H1.HeaderClassName
{
color: #A82ADB;
}
.AnyTagClassName
{
color: #A82ADB;
}
</style>
background-color css
<style>
a { background-color: #A82ADB; }
a { background-color: rgb(168,42,219); }
div.DivClassName
{
background-color: #A82ADB;
}
.BgClassName
{
background-color: #A82ADB;
}
</style>
border-color css
<style>
span { border-color: #A82ADB; }
span { border-color: rgb(168,42,219); }
td.TdClassName
{
border-color: #A82ADB;
}
.TagClassName
{
border-color: #A82ADB;
}
</style>