Shades of Dark Orchid #A82DBD
Tints of Dark Orchid #A82DBD
RGB
CMYK
RGB Variations
Color information
#A82DBD (or 0xA82DBD) is known color: Dark Orchid. HEX triplet: A8, 2D and BD. RGB value is (168,45,189). Sum of RGB (Red+Green+Blue) = 168+45+189=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #A82DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DBD is #57D242. Grayscale: #616161. Windows color (decimal): -5755459 or 12397992. OLE color: 12397992.
HSL color Cylindrical-coordinate representation of color #A82DBD: hue angle of 291.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82DBD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 45 | 189 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.26 |
| HSL | 291.25º | 0.62% | 0.46% | - |
| HSV(B) | 291.25º | 0.76% | 0.74% | - |
| XYZ | 26.27 | 13.88 | 49.44 | - |
| YUV | 98.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 189 | 0.11 | 0.76 | 0 | 0.26 | 291.25 | 0.62 | 0.46 |
| Hex | A8 | 2D | BD | B | 4C | 0 | 1A | 123 | 3E | 2E |
| Octal | 250 | 55 | 275 | 13 | 114 | 0 | 32 | 443 | 76 | 56 |
| Binary | 10101000 | 101101 | 10111101 | 1011 | 1001100 | 0 | 11010 | 100100011 | 111110 | 101110 |
Color Harmonies of #A82DBD
Complementary color
Monochromatic Colors of #A82DBD
Black with #A82DBD
Text Example
Text Example
White with #A82DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DBD; }
p { color: rgb(168,45,189); }
H1.HeaderClassName
{
color: #A82DBD;
}
.AnyTagClassName
{
color: #A82DBD;
}
</style>
background-color css
<style>
a { background-color: #A82DBD; }
a { background-color: rgb(168,45,189); }
div.DivClassName
{
background-color: #A82DBD;
}
.BgClassName
{
background-color: #A82DBD;
}
</style>
border-color css
<style>
span { border-color: #A82DBD; }
span { border-color: rgb(168,45,189); }
td.TdClassName
{
border-color: #A82DBD;
}
.TagClassName
{
border-color: #A82DBD;
}
</style>