Shades of Dark Orchid #A83DCD
Tints of Dark Orchid #A83DCD
RGB
CMYK
RGB Variations
Color information
#A83DCD (or 0xA83DCD) is known color: Dark Orchid. HEX triplet: A8, 3D and CD. RGB value is (168,61,205). Sum of RGB (Red+Green+Blue) = 168+61+205=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A83DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DCD is #57C232. Grayscale: #6C6C6C. Windows color (decimal): -5751347 or 13450664. OLE color: 13450664.
HSL color Cylindrical-coordinate representation of color #A83DCD: hue angle of 284.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83DCD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 61 | 205 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.20 |
| HSL | 284.58º | 0.59% | 0.52% | - |
| HSV(B) | 284.58º | 0.7% | 0.8% | - |
| XYZ | 28.84 | 16.07 | 59.34 | - |
| YUV | 109.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 205 | 0.18 | 0.70 | 0 | 0.20 | 284.58 | 0.59 | 0.52 |
| Hex | A8 | 3D | CD | 12 | 46 | 0 | 14 | 11D | 3B | 34 |
| Octal | 250 | 75 | 315 | 22 | 106 | 0 | 24 | 435 | 73 | 64 |
| Binary | 10101000 | 111101 | 11001101 | 10010 | 1000110 | 0 | 10100 | 100011101 | 111011 | 110100 |
Color Harmonies of #A83DCD
Complementary color
Monochromatic Colors of #A83DCD
Black with #A83DCD
Text Example
Text Example
White with #A83DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DCD; }
p { color: rgb(168,61,205); }
H1.HeaderClassName
{
color: #A83DCD;
}
.AnyTagClassName
{
color: #A83DCD;
}
</style>
background-color css
<style>
a { background-color: #A83DCD; }
a { background-color: rgb(168,61,205); }
div.DivClassName
{
background-color: #A83DCD;
}
.BgClassName
{
background-color: #A83DCD;
}
</style>
border-color css
<style>
span { border-color: #A83DCD; }
span { border-color: rgb(168,61,205); }
td.TdClassName
{
border-color: #A83DCD;
}
.TagClassName
{
border-color: #A83DCD;
}
</style>