Shades of Dark Orchid #A82DD1
Tints of Dark Orchid #A82DD1
RGB
CMYK
RGB Variations
Color information
#A82DD1 (or 0xA82DD1) is known color: Dark Orchid. HEX triplet: A8, 2D and D1. RGB value is (168,45,209). Sum of RGB (Red+Green+Blue) = 168+45+209=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #A82DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DD1 is #57D22E. Grayscale: #636363. Windows color (decimal): -5755439 or 13708712. OLE color: 13708712.
HSL color Cylindrical-coordinate representation of color #A82DD1: hue angle of 285º degrees, saturation: 0.65, 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 #A82DD1 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 45 | 209 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.18 |
| HSL | 285º | 0.65% | 0.5% | - |
| HSV(B) | 285º | 0.78% | 0.82% | - |
| XYZ | 28.6 | 14.81 | 61.67 | - |
| YUV | 100.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 209 | 0.20 | 0.78 | 0 | 0.18 | 285 | 0.65 | 0.5 |
| Hex | A8 | 2D | D1 | 14 | 4E | 0 | 12 | 11D | 41 | 32 |
| Octal | 250 | 55 | 321 | 24 | 116 | 0 | 22 | 435 | 101 | 62 |
| Binary | 10101000 | 101101 | 11010001 | 10100 | 1001110 | 0 | 10010 | 100011101 | 1000001 | 110010 |
Color Harmonies of #A82DD1
Complementary color
Monochromatic Colors of #A82DD1
Black with #A82DD1
Text Example
Text Example
White with #A82DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DD1; }
p { color: rgb(168,45,209); }
H1.HeaderClassName
{
color: #A82DD1;
}
.AnyTagClassName
{
color: #A82DD1;
}
</style>
background-color css
<style>
a { background-color: #A82DD1; }
a { background-color: rgb(168,45,209); }
div.DivClassName
{
background-color: #A82DD1;
}
.BgClassName
{
background-color: #A82DD1;
}
</style>
border-color css
<style>
span { border-color: #A82DD1; }
span { border-color: rgb(168,45,209); }
td.TdClassName
{
border-color: #A82DD1;
}
.TagClassName
{
border-color: #A82DD1;
}
</style>