Shades of Dark Orchid #A82DB9
Tints of Dark Orchid #A82DB9
RGB
CMYK
RGB Variations
Color information
#A82DB9 (or 0xA82DB9) is known color: Dark Orchid. HEX triplet: A8, 2D and B9. RGB value is (168,45,185). Sum of RGB (Red+Green+Blue) = 168+45+185=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #A82DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DB9 is #57D246. Grayscale: #616161. Windows color (decimal): -5755463 or 12135848. OLE color: 12135848.
HSL color Cylindrical-coordinate representation of color #A82DB9: hue angle of 292.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82DB9 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 45 | 185 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 292.71º | 0.61% | 0.45% | - |
| HSV(B) | 292.71º | 0.76% | 0.73% | - |
| XYZ | 25.84 | 13.7 | 47.18 | - |
| YUV | 97.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 185 | 0.09 | 0.76 | 0 | 0.27 | 292.71 | 0.61 | 0.45 |
| Hex | A8 | 2D | B9 | 9 | 4C | 0 | 1B | 125 | 3D | 2D |
| Octal | 250 | 55 | 271 | 11 | 114 | 0 | 33 | 445 | 75 | 55 |
| Binary | 10101000 | 101101 | 10111001 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111101 | 101101 |
Color Harmonies of #A82DB9
Complementary color
Monochromatic Colors of #A82DB9
Black with #A82DB9
Text Example
Text Example
White with #A82DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DB9; }
p { color: rgb(168,45,185); }
H1.HeaderClassName
{
color: #A82DB9;
}
.AnyTagClassName
{
color: #A82DB9;
}
</style>
background-color css
<style>
a { background-color: #A82DB9; }
a { background-color: rgb(168,45,185); }
div.DivClassName
{
background-color: #A82DB9;
}
.BgClassName
{
background-color: #A82DB9;
}
</style>
border-color css
<style>
span { border-color: #A82DB9; }
span { border-color: rgb(168,45,185); }
td.TdClassName
{
border-color: #A82DB9;
}
.TagClassName
{
border-color: #A82DB9;
}
</style>