Shades of Dark Orchid #A82AD6
Tints of Dark Orchid #A82AD6
RGB
CMYK
RGB Variations
Color information
#A82AD6 (or 0xA82AD6) is known color: Dark Orchid. HEX triplet: A8, 2A and D6. RGB value is (168,42,214). Sum of RGB (Red+Green+Blue) = 168+42+214=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #A82AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82AD6 is #57D529. Grayscale: #626262. Windows color (decimal): -5756202 or 14035624. OLE color: 14035624.
HSL color Cylindrical-coordinate representation of color #A82AD6: hue angle of 283.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82AD6 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 42 | 214 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.16 |
| HSL | 283.95º | 0.68% | 0.5% | - |
| HSV(B) | 283.95º | 0.8% | 0.84% | - |
| XYZ | 29.11 | 14.84 | 64.95 | - |
| YUV | 99.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 214 | 0.21 | 0.80 | 0 | 0.16 | 283.95 | 0.68 | 0.5 |
| Hex | A8 | 2A | D6 | 15 | 50 | 0 | 10 | 11C | 44 | 32 |
| Octal | 250 | 52 | 326 | 25 | 120 | 0 | 20 | 434 | 104 | 62 |
| Binary | 10101000 | 101010 | 11010110 | 10101 | 1010000 | 0 | 10000 | 100011100 | 1000100 | 110010 |
Color Harmonies of #A82AD6
Complementary color
Monochromatic Colors of #A82AD6
Black with #A82AD6
Text Example
Text Example
White with #A82AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82AD6; }
p { color: rgb(168,42,214); }
H1.HeaderClassName
{
color: #A82AD6;
}
.AnyTagClassName
{
color: #A82AD6;
}
</style>
background-color css
<style>
a { background-color: #A82AD6; }
a { background-color: rgb(168,42,214); }
div.DivClassName
{
background-color: #A82AD6;
}
.BgClassName
{
background-color: #A82AD6;
}
</style>
border-color css
<style>
span { border-color: #A82AD6; }
span { border-color: rgb(168,42,214); }
td.TdClassName
{
border-color: #A82AD6;
}
.TagClassName
{
border-color: #A82AD6;
}
</style>