Shades of Dark Orchid #A83DE5
Tints of Dark Orchid #A83DE5
RGB
CMYK
RGB Variations
Color information
#A83DE5 (or 0xA83DE5) is known color: Dark Orchid. HEX triplet: A8, 3D and E5. RGB value is (168,61,229). Sum of RGB (Red+Green+Blue) = 168+61+229=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #A83DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DE5 is #57C21A. Grayscale: #6F6F6F. Windows color (decimal): -5751323 or 15023528. OLE color: 15023528.
HSL color Cylindrical-coordinate representation of color #A83DE5: hue angle of 278.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83DE5 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 61 | 229 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.10 |
| HSL | 278.21º | 0.76% | 0.57% | - |
| HSV(B) | 278.21º | 0.73% | 0.9% | - |
| XYZ | 31.96 | 17.32 | 75.79 | - |
| YUV | 112.15 | 193.95 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 229 | 0.27 | 0.73 | 0 | 0.10 | 278.21 | 0.76 | 0.57 |
| Hex | A8 | 3D | E5 | 1B | 49 | 0 | A | 116 | 4C | 39 |
| Octal | 250 | 75 | 345 | 33 | 111 | 0 | 12 | 426 | 114 | 71 |
| Binary | 10101000 | 111101 | 11100101 | 11011 | 1001001 | 0 | 1010 | 100010110 | 1001100 | 111001 |
Color Harmonies of #A83DE5
Complementary color
Monochromatic Colors of #A83DE5
Black with #A83DE5
Text Example
Text Example
White with #A83DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DE5; }
p { color: rgb(168,61,229); }
H1.HeaderClassName
{
color: #A83DE5;
}
.AnyTagClassName
{
color: #A83DE5;
}
</style>
background-color css
<style>
a { background-color: #A83DE5; }
a { background-color: rgb(168,61,229); }
div.DivClassName
{
background-color: #A83DE5;
}
.BgClassName
{
background-color: #A83DE5;
}
</style>
border-color css
<style>
span { border-color: #A83DE5; }
span { border-color: rgb(168,61,229); }
td.TdClassName
{
border-color: #A83DE5;
}
.TagClassName
{
border-color: #A83DE5;
}
</style>