Shades of Dark Orchid #A83DCE
Tints of Dark Orchid #A83DCE
RGB
CMYK
RGB Variations
Color information
#A83DCE (or 0xA83DCE) is known color: Dark Orchid. HEX triplet: A8, 3D and CE. RGB value is (168,61,206). Sum of RGB (Red+Green+Blue) = 168+61+206=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A83DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DCE is #57C231. Grayscale: #6D6D6D. Windows color (decimal): -5751346 or 13516200. OLE color: 13516200.
HSL color Cylindrical-coordinate representation of color #A83DCE: hue angle of 284.28º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83DCE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 61 | 206 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.19 |
| HSL | 284.28º | 0.6% | 0.52% | - |
| HSV(B) | 284.28º | 0.7% | 0.81% | - |
| XYZ | 28.96 | 16.12 | 59.98 | - |
| YUV | 109.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 206 | 0.18 | 0.70 | 0 | 0.19 | 284.28 | 0.6 | 0.52 |
| Hex | A8 | 3D | CE | 12 | 46 | 0 | 13 | 11C | 3C | 34 |
| Octal | 250 | 75 | 316 | 22 | 106 | 0 | 23 | 434 | 74 | 64 |
| Binary | 10101000 | 111101 | 11001110 | 10010 | 1000110 | 0 | 10011 | 100011100 | 111100 | 110100 |
Color Harmonies of #A83DCE
Complementary color
Monochromatic Colors of #A83DCE
Black with #A83DCE
Text Example
Text Example
White with #A83DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DCE; }
p { color: rgb(168,61,206); }
H1.HeaderClassName
{
color: #A83DCE;
}
.AnyTagClassName
{
color: #A83DCE;
}
</style>
background-color css
<style>
a { background-color: #A83DCE; }
a { background-color: rgb(168,61,206); }
div.DivClassName
{
background-color: #A83DCE;
}
.BgClassName
{
background-color: #A83DCE;
}
</style>
border-color css
<style>
span { border-color: #A83DCE; }
span { border-color: rgb(168,61,206); }
td.TdClassName
{
border-color: #A83DCE;
}
.TagClassName
{
border-color: #A83DCE;
}
</style>