Shades of Dark Orchid #A83DDE
Tints of Dark Orchid #A83DDE
RGB
CMYK
RGB Variations
Color information
#A83DDE (or 0xA83DDE) is known color: Dark Orchid. HEX triplet: A8, 3D and DE. RGB value is (168,61,222). Sum of RGB (Red+Green+Blue) = 168+61+222=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #A83DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DDE is #57C221. Grayscale: #6E6E6E. Windows color (decimal): -5751330 or 14564776. OLE color: 14564776.
HSL color Cylindrical-coordinate representation of color #A83DDE: hue angle of 279.88º degrees, saturation: 0.71, 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 #A83DDE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 61 | 222 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.13 |
| HSL | 279.88º | 0.71% | 0.55% | - |
| HSV(B) | 279.88º | 0.73% | 0.87% | - |
| XYZ | 31 | 16.94 | 70.74 | - |
| YUV | 111.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 222 | 0.24 | 0.73 | 0 | 0.13 | 279.88 | 0.71 | 0.55 |
| Hex | A8 | 3D | DE | 18 | 49 | 0 | D | 118 | 47 | 37 |
| Octal | 250 | 75 | 336 | 30 | 111 | 0 | 15 | 430 | 107 | 67 |
| Binary | 10101000 | 111101 | 11011110 | 11000 | 1001001 | 0 | 1101 | 100011000 | 1000111 | 110111 |
Color Harmonies of #A83DDE
Complementary color
Monochromatic Colors of #A83DDE
Black with #A83DDE
Text Example
Text Example
White with #A83DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DDE; }
p { color: rgb(168,61,222); }
H1.HeaderClassName
{
color: #A83DDE;
}
.AnyTagClassName
{
color: #A83DDE;
}
</style>
background-color css
<style>
a { background-color: #A83DDE; }
a { background-color: rgb(168,61,222); }
div.DivClassName
{
background-color: #A83DDE;
}
.BgClassName
{
background-color: #A83DDE;
}
</style>
border-color css
<style>
span { border-color: #A83DDE; }
span { border-color: rgb(168,61,222); }
td.TdClassName
{
border-color: #A83DDE;
}
.TagClassName
{
border-color: #A83DDE;
}
</style>