Shades of Dark Orchid #A83CDD
Tints of Dark Orchid #A83CDD
RGB
CMYK
RGB Variations
Color information
#A83CDD (or 0xA83CDD) is known color: Dark Orchid. HEX triplet: A8, 3C and DD. RGB value is (168,60,221). Sum of RGB (Red+Green+Blue) = 168+60+221=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A83CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CDD is #57C322. Grayscale: #6E6E6E. Windows color (decimal): -5751587 or 14498984. OLE color: 14498984.
HSL color Cylindrical-coordinate representation of color #A83CDD: hue angle of 280.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83CDD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 60 | 221 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.13 |
| HSL | 280.25º | 0.7% | 0.55% | - |
| HSV(B) | 280.25º | 0.73% | 0.87% | - |
| XYZ | 30.82 | 16.78 | 70.02 | - |
| YUV | 110.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 221 | 0.24 | 0.73 | 0 | 0.13 | 280.25 | 0.7 | 0.55 |
| Hex | A8 | 3C | DD | 18 | 49 | 0 | D | 118 | 46 | 37 |
| Octal | 250 | 74 | 335 | 30 | 111 | 0 | 15 | 430 | 106 | 67 |
| Binary | 10101000 | 111100 | 11011101 | 11000 | 1001001 | 0 | 1101 | 100011000 | 1000110 | 110111 |
Color Harmonies of #A83CDD
Complementary color
Monochromatic Colors of #A83CDD
Black with #A83CDD
Text Example
Text Example
White with #A83CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CDD; }
p { color: rgb(168,60,221); }
H1.HeaderClassName
{
color: #A83CDD;
}
.AnyTagClassName
{
color: #A83CDD;
}
</style>
background-color css
<style>
a { background-color: #A83CDD; }
a { background-color: rgb(168,60,221); }
div.DivClassName
{
background-color: #A83CDD;
}
.BgClassName
{
background-color: #A83CDD;
}
</style>
border-color css
<style>
span { border-color: #A83CDD; }
span { border-color: rgb(168,60,221); }
td.TdClassName
{
border-color: #A83CDD;
}
.TagClassName
{
border-color: #A83CDD;
}
</style>