Shades of Dark Orchid #A82DD6
Tints of Dark Orchid #A82DD6
RGB
CMYK
RGB Variations
Color information
#A82DD6 (or 0xA82DD6) is known color: Dark Orchid. HEX triplet: A8, 2D and D6. RGB value is (168,45,214). Sum of RGB (Red+Green+Blue) = 168+45+214=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #A82DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DD6 is #57D229. Grayscale: #646464. Windows color (decimal): -5755434 or 14036392. OLE color: 14036392.
HSL color Cylindrical-coordinate representation of color #A82DD6: hue angle of 283.67º 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 #A82DD6 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 45 | 214 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.16 |
| HSL | 283.67º | 0.67% | 0.51% | - |
| HSV(B) | 283.67º | 0.79% | 0.84% | - |
| XYZ | 29.22 | 15.06 | 64.98 | - |
| YUV | 101.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 214 | 0.21 | 0.79 | 0 | 0.16 | 283.67 | 0.67 | 0.51 |
| Hex | A8 | 2D | D6 | 15 | 4F | 0 | 10 | 11C | 43 | 33 |
| Octal | 250 | 55 | 326 | 25 | 117 | 0 | 20 | 434 | 103 | 63 |
| Binary | 10101000 | 101101 | 11010110 | 10101 | 1001111 | 0 | 10000 | 100011100 | 1000011 | 110011 |
Color Harmonies of #A82DD6
Complementary color
Monochromatic Colors of #A82DD6
Black with #A82DD6
Text Example
Text Example
White with #A82DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DD6; }
p { color: rgb(168,45,214); }
H1.HeaderClassName
{
color: #A82DD6;
}
.AnyTagClassName
{
color: #A82DD6;
}
</style>
background-color css
<style>
a { background-color: #A82DD6; }
a { background-color: rgb(168,45,214); }
div.DivClassName
{
background-color: #A82DD6;
}
.BgClassName
{
background-color: #A82DD6;
}
</style>
border-color css
<style>
span { border-color: #A82DD6; }
span { border-color: rgb(168,45,214); }
td.TdClassName
{
border-color: #A82DD6;
}
.TagClassName
{
border-color: #A82DD6;
}
</style>