Shades of Dark Orchid #A82CE6
Tints of Dark Orchid #A82CE6
RGB
CMYK
RGB Variations
Color information
#A82CE6 (or 0xA82CE6) is known color: Dark Orchid. HEX triplet: A8, 2C and E6. RGB value is (168,44,230). Sum of RGB (Red+Green+Blue) = 168+44+230=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #A82CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82CE6 is #57D319. Grayscale: #656565. Windows color (decimal): -5755674 or 15084712. OLE color: 15084712.
HSL color Cylindrical-coordinate representation of color #A82CE6: hue angle of 280º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82CE6 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 44 | 230 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.10 |
| HSL | 280º | 0.79% | 0.54% | - |
| HSV(B) | 280º | 0.81% | 0.9% | - |
| XYZ | 31.33 | 15.84 | 76.27 | - |
| YUV | 102.28 | 200.08 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 230 | 0.27 | 0.81 | 0 | 0.10 | 280 | 0.79 | 0.54 |
| Hex | A8 | 2C | E6 | 1B | 51 | 0 | A | 118 | 4F | 36 |
| Octal | 250 | 54 | 346 | 33 | 121 | 0 | 12 | 430 | 117 | 66 |
| Binary | 10101000 | 101100 | 11100110 | 11011 | 1010001 | 0 | 1010 | 100011000 | 1001111 | 110110 |
Color Harmonies of #A82CE6
Complementary color
Monochromatic Colors of #A82CE6
Black with #A82CE6
Text Example
Text Example
White with #A82CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82CE6; }
p { color: rgb(168,44,230); }
H1.HeaderClassName
{
color: #A82CE6;
}
.AnyTagClassName
{
color: #A82CE6;
}
</style>
background-color css
<style>
a { background-color: #A82CE6; }
a { background-color: rgb(168,44,230); }
div.DivClassName
{
background-color: #A82CE6;
}
.BgClassName
{
background-color: #A82CE6;
}
</style>
border-color css
<style>
span { border-color: #A82CE6; }
span { border-color: rgb(168,44,230); }
td.TdClassName
{
border-color: #A82CE6;
}
.TagClassName
{
border-color: #A82CE6;
}
</style>