Shades of Dark Orchid #A82DBE
Tints of Dark Orchid #A82DBE
RGB
CMYK
RGB Variations
Color information
#A82DBE (or 0xA82DBE) is known color: Dark Orchid. HEX triplet: A8, 2D and BE. RGB value is (168,45,190). Sum of RGB (Red+Green+Blue) = 168+45+190=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A82DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DBE is #57D241. Grayscale: #616161. Windows color (decimal): -5755458 or 12463528. OLE color: 12463528.
HSL color Cylindrical-coordinate representation of color #A82DBE: hue angle of 290.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82DBE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 45 | 190 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.25 |
| HSL | 290.9º | 0.62% | 0.46% | - |
| HSV(B) | 290.9º | 0.76% | 0.75% | - |
| XYZ | 26.38 | 13.92 | 50.01 | - |
| YUV | 98.31 | 179.75 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 190 | 0.12 | 0.76 | 0 | 0.25 | 290.9 | 0.62 | 0.46 |
| Hex | A8 | 2D | BE | C | 4C | 0 | 19 | 123 | 3E | 2E |
| Octal | 250 | 55 | 276 | 14 | 114 | 0 | 31 | 443 | 76 | 56 |
| Binary | 10101000 | 101101 | 10111110 | 1100 | 1001100 | 0 | 11001 | 100100011 | 111110 | 101110 |
Color Harmonies of #A82DBE
Complementary color
Monochromatic Colors of #A82DBE
Black with #A82DBE
Text Example
Text Example
White with #A82DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DBE; }
p { color: rgb(168,45,190); }
H1.HeaderClassName
{
color: #A82DBE;
}
.AnyTagClassName
{
color: #A82DBE;
}
</style>
background-color css
<style>
a { background-color: #A82DBE; }
a { background-color: rgb(168,45,190); }
div.DivClassName
{
background-color: #A82DBE;
}
.BgClassName
{
background-color: #A82DBE;
}
</style>
border-color css
<style>
span { border-color: #A82DBE; }
span { border-color: rgb(168,45,190); }
td.TdClassName
{
border-color: #A82DBE;
}
.TagClassName
{
border-color: #A82DBE;
}
</style>