Shades of Dark Orchid #A82ED0
Tints of Dark Orchid #A82ED0
RGB
CMYK
RGB Variations
Color information
#A82ED0 (or 0xA82ED0) is known color: Dark Orchid. HEX triplet: A8, 2E and D0. RGB value is (168,46,208). Sum of RGB (Red+Green+Blue) = 168+46+208=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #A82ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ED0 is #57D12F. Grayscale: #646464. Windows color (decimal): -5755184 or 13643432. OLE color: 13643432.
HSL color Cylindrical-coordinate representation of color #A82ED0: hue angle of 285.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ED0 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 46 | 208 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.18 |
| HSL | 285.19º | 0.64% | 0.5% | - |
| HSV(B) | 285.19º | 0.78% | 0.82% | - |
| XYZ | 28.51 | 14.83 | 61.03 | - |
| YUV | 100.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 208 | 0.19 | 0.78 | 0 | 0.18 | 285.19 | 0.64 | 0.5 |
| Hex | A8 | 2E | D0 | 13 | 4E | 0 | 12 | 11D | 40 | 32 |
| Octal | 250 | 56 | 320 | 23 | 116 | 0 | 22 | 435 | 100 | 62 |
| Binary | 10101000 | 101110 | 11010000 | 10011 | 1001110 | 0 | 10010 | 100011101 | 1000000 | 110010 |
Color Harmonies of #A82ED0
Complementary color
Monochromatic Colors of #A82ED0
Black with #A82ED0
Text Example
Text Example
White with #A82ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ED0; }
p { color: rgb(168,46,208); }
H1.HeaderClassName
{
color: #A82ED0;
}
.AnyTagClassName
{
color: #A82ED0;
}
</style>
background-color css
<style>
a { background-color: #A82ED0; }
a { background-color: rgb(168,46,208); }
div.DivClassName
{
background-color: #A82ED0;
}
.BgClassName
{
background-color: #A82ED0;
}
</style>
border-color css
<style>
span { border-color: #A82ED0; }
span { border-color: rgb(168,46,208); }
td.TdClassName
{
border-color: #A82ED0;
}
.TagClassName
{
border-color: #A82ED0;
}
</style>