Shades of Dark Orchid #A82ED6
Tints of Dark Orchid #A82ED6
RGB
CMYK
RGB Variations
Color information
#A82ED6 (or 0xA82ED6) is known color: Dark Orchid. HEX triplet: A8, 2E and D6. RGB value is (168,46,214). Sum of RGB (Red+Green+Blue) = 168+46+214=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #A82ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ED6 is #57D129. Grayscale: #656565. Windows color (decimal): -5755178 or 14036648. OLE color: 14036648.
HSL color Cylindrical-coordinate representation of color #A82ED6: hue angle of 283.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82ED6 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 46 | 214 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.16 |
| HSL | 283.57º | 0.67% | 0.51% | - |
| HSV(B) | 283.57º | 0.79% | 0.84% | - |
| XYZ | 29.26 | 15.13 | 65 | - |
| YUV | 101.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 214 | 0.21 | 0.79 | 0 | 0.16 | 283.57 | 0.67 | 0.51 |
| Hex | A8 | 2E | D6 | 15 | 4F | 0 | 10 | 11C | 43 | 33 |
| Octal | 250 | 56 | 326 | 25 | 117 | 0 | 20 | 434 | 103 | 63 |
| Binary | 10101000 | 101110 | 11010110 | 10101 | 1001111 | 0 | 10000 | 100011100 | 1000011 | 110011 |
Color Harmonies of #A82ED6
Complementary color
Monochromatic Colors of #A82ED6
Black with #A82ED6
Text Example
Text Example
White with #A82ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ED6; }
p { color: rgb(168,46,214); }
H1.HeaderClassName
{
color: #A82ED6;
}
.AnyTagClassName
{
color: #A82ED6;
}
</style>
background-color css
<style>
a { background-color: #A82ED6; }
a { background-color: rgb(168,46,214); }
div.DivClassName
{
background-color: #A82ED6;
}
.BgClassName
{
background-color: #A82ED6;
}
</style>
border-color css
<style>
span { border-color: #A82ED6; }
span { border-color: rgb(168,46,214); }
td.TdClassName
{
border-color: #A82ED6;
}
.TagClassName
{
border-color: #A82ED6;
}
</style>