Shades of Dark Orchid #A82DBB
Tints of Dark Orchid #A82DBB
RGB
CMYK
RGB Variations
Color information
#A82DBB (or 0xA82DBB) is known color: Dark Orchid. HEX triplet: A8, 2D and BB. RGB value is (168,45,187). Sum of RGB (Red+Green+Blue) = 168+45+187=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #A82DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DBB is #57D244. Grayscale: #616161. Windows color (decimal): -5755461 or 12266920. OLE color: 12266920.
HSL color Cylindrical-coordinate representation of color #A82DBB: hue angle of 291.97º 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 #A82DBB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 45 | 187 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.27 |
| HSL | 291.97º | 0.61% | 0.45% | - |
| HSV(B) | 291.97º | 0.76% | 0.73% | - |
| XYZ | 26.06 | 13.79 | 48.3 | - |
| YUV | 97.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 187 | 0.10 | 0.76 | 0 | 0.27 | 291.97 | 0.61 | 0.45 |
| Hex | A8 | 2D | BB | A | 4C | 0 | 1B | 124 | 3D | 2D |
| Octal | 250 | 55 | 273 | 12 | 114 | 0 | 33 | 444 | 75 | 55 |
| Binary | 10101000 | 101101 | 10111011 | 1010 | 1001100 | 0 | 11011 | 100100100 | 111101 | 101101 |
Color Harmonies of #A82DBB
Complementary color
Monochromatic Colors of #A82DBB
Black with #A82DBB
Text Example
Text Example
White with #A82DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DBB; }
p { color: rgb(168,45,187); }
H1.HeaderClassName
{
color: #A82DBB;
}
.AnyTagClassName
{
color: #A82DBB;
}
</style>
background-color css
<style>
a { background-color: #A82DBB; }
a { background-color: rgb(168,45,187); }
div.DivClassName
{
background-color: #A82DBB;
}
.BgClassName
{
background-color: #A82DBB;
}
</style>
border-color css
<style>
span { border-color: #A82DBB; }
span { border-color: rgb(168,45,187); }
td.TdClassName
{
border-color: #A82DBB;
}
.TagClassName
{
border-color: #A82DBB;
}
</style>