Shades of Dark Orchid #A83CDF
Tints of Dark Orchid #A83CDF
RGB
CMYK
RGB Variations
Color information
#A83CDF (or 0xA83CDF) is known color: Dark Orchid. HEX triplet: A8, 3C and DF. RGB value is (168,60,223). Sum of RGB (Red+Green+Blue) = 168+60+223=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #A83CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CDF is #57C320. Grayscale: #6E6E6E. Windows color (decimal): -5751585 or 14630056. OLE color: 14630056.
HSL color Cylindrical-coordinate representation of color #A83CDF: hue angle of 279.75º degrees, saturation: 0.72, 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 #A83CDF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 60 | 223 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.13 |
| HSL | 279.75º | 0.72% | 0.55% | - |
| HSV(B) | 279.75º | 0.73% | 0.87% | - |
| XYZ | 31.08 | 16.88 | 71.43 | - |
| YUV | 110.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 223 | 0.25 | 0.73 | 0 | 0.13 | 279.75 | 0.72 | 0.55 |
| Hex | A8 | 3C | DF | 19 | 49 | 0 | D | 118 | 48 | 37 |
| Octal | 250 | 74 | 337 | 31 | 111 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101000 | 111100 | 11011111 | 11001 | 1001001 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A83CDF
Complementary color
Monochromatic Colors of #A83CDF
Black with #A83CDF
Text Example
Text Example
White with #A83CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CDF; }
p { color: rgb(168,60,223); }
H1.HeaderClassName
{
color: #A83CDF;
}
.AnyTagClassName
{
color: #A83CDF;
}
</style>
background-color css
<style>
a { background-color: #A83CDF; }
a { background-color: rgb(168,60,223); }
div.DivClassName
{
background-color: #A83CDF;
}
.BgClassName
{
background-color: #A83CDF;
}
</style>
border-color css
<style>
span { border-color: #A83CDF; }
span { border-color: rgb(168,60,223); }
td.TdClassName
{
border-color: #A83CDF;
}
.TagClassName
{
border-color: #A83CDF;
}
</style>