Shades of Dark Orchid #A83DB6
Tints of Dark Orchid #A83DB6
RGB
CMYK
RGB Variations
Color information
#A83DB6 (or 0xA83DB6) is known color: Dark Orchid. HEX triplet: A8, 3D and B6. RGB value is (168,61,182). Sum of RGB (Red+Green+Blue) = 168+61+182=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #A83DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DB6 is #57C249. Grayscale: #6A6A6A. Windows color (decimal): -5751370 or 11943336. OLE color: 11943336.
HSL color Cylindrical-coordinate representation of color #A83DB6: hue angle of 293.06º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83DB6 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 61 | 182 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.29 |
| HSL | 293.06º | 0.5% | 0.48% | - |
| HSV(B) | 293.06º | 0.66% | 0.71% | - |
| XYZ | 26.26 | 15.04 | 45.77 | - |
| YUV | 106.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 182 | 0.08 | 0.66 | 0 | 0.29 | 293.06 | 0.5 | 0.48 |
| Hex | A8 | 3D | B6 | 8 | 42 | 0 | 1D | 125 | 32 | 30 |
| Octal | 250 | 75 | 266 | 10 | 102 | 0 | 35 | 445 | 62 | 60 |
| Binary | 10101000 | 111101 | 10110110 | 1000 | 1000010 | 0 | 11101 | 100100101 | 110010 | 110000 |
Color Harmonies of #A83DB6
Complementary color
Monochromatic Colors of #A83DB6
Black with #A83DB6
Text Example
Text Example
White with #A83DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DB6; }
p { color: rgb(168,61,182); }
H1.HeaderClassName
{
color: #A83DB6;
}
.AnyTagClassName
{
color: #A83DB6;
}
</style>
background-color css
<style>
a { background-color: #A83DB6; }
a { background-color: rgb(168,61,182); }
div.DivClassName
{
background-color: #A83DB6;
}
.BgClassName
{
background-color: #A83DB6;
}
</style>
border-color css
<style>
span { border-color: #A83DB6; }
span { border-color: rgb(168,61,182); }
td.TdClassName
{
border-color: #A83DB6;
}
.TagClassName
{
border-color: #A83DB6;
}
</style>