Shades of Dark Orchid #A83DB9
Tints of Dark Orchid #A83DB9
RGB
CMYK
RGB Variations
Color information
#A83DB9 (or 0xA83DB9) is known color: Dark Orchid. HEX triplet: A8, 3D and B9. RGB value is (168,61,185). Sum of RGB (Red+Green+Blue) = 168+61+185=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #A83DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DB9 is #57C246. Grayscale: #6A6A6A. Windows color (decimal): -5751367 or 12139944. OLE color: 12139944.
HSL color Cylindrical-coordinate representation of color #A83DB9: hue angle of 291.77º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83DB9 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 61 | 185 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.27 |
| HSL | 291.77º | 0.5% | 0.48% | - |
| HSV(B) | 291.77º | 0.67% | 0.73% | - |
| XYZ | 26.57 | 15.17 | 47.43 | - |
| YUV | 107.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 185 | 0.09 | 0.67 | 0 | 0.27 | 291.77 | 0.5 | 0.48 |
| Hex | A8 | 3D | B9 | 9 | 43 | 0 | 1B | 124 | 32 | 30 |
| Octal | 250 | 75 | 271 | 11 | 103 | 0 | 33 | 444 | 62 | 60 |
| Binary | 10101000 | 111101 | 10111001 | 1001 | 1000011 | 0 | 11011 | 100100100 | 110010 | 110000 |
Color Harmonies of #A83DB9
Complementary color
Monochromatic Colors of #A83DB9
Black with #A83DB9
Text Example
Text Example
White with #A83DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DB9; }
p { color: rgb(168,61,185); }
H1.HeaderClassName
{
color: #A83DB9;
}
.AnyTagClassName
{
color: #A83DB9;
}
</style>
background-color css
<style>
a { background-color: #A83DB9; }
a { background-color: rgb(168,61,185); }
div.DivClassName
{
background-color: #A83DB9;
}
.BgClassName
{
background-color: #A83DB9;
}
</style>
border-color css
<style>
span { border-color: #A83DB9; }
span { border-color: rgb(168,61,185); }
td.TdClassName
{
border-color: #A83DB9;
}
.TagClassName
{
border-color: #A83DB9;
}
</style>