Shades of Dark Orchid #A83EDB
Tints of Dark Orchid #A83EDB
RGB
CMYK
RGB Variations
Color information
#A83EDB (or 0xA83EDB) is known color: Dark Orchid. HEX triplet: A8, 3E and DB. RGB value is (168,62,219). Sum of RGB (Red+Green+Blue) = 168+62+219=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #A83EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EDB is #57C124. Grayscale: #6F6F6F. Windows color (decimal): -5751077 or 14368424. OLE color: 14368424.
HSL color Cylindrical-coordinate representation of color #A83EDB: hue angle of 280.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83EDB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 62 | 219 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.14 |
| HSL | 280.51º | 0.69% | 0.55% | - |
| HSV(B) | 280.51º | 0.72% | 0.86% | - |
| XYZ | 30.66 | 16.88 | 68.66 | - |
| YUV | 111.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 219 | 0.23 | 0.72 | 0 | 0.14 | 280.51 | 0.69 | 0.55 |
| Hex | A8 | 3E | DB | 17 | 48 | 0 | E | 119 | 45 | 37 |
| Octal | 250 | 76 | 333 | 27 | 110 | 0 | 16 | 431 | 105 | 67 |
| Binary | 10101000 | 111110 | 11011011 | 10111 | 1001000 | 0 | 1110 | 100011001 | 1000101 | 110111 |
Color Harmonies of #A83EDB
Complementary color
Monochromatic Colors of #A83EDB
Black with #A83EDB
Text Example
Text Example
White with #A83EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EDB; }
p { color: rgb(168,62,219); }
H1.HeaderClassName
{
color: #A83EDB;
}
.AnyTagClassName
{
color: #A83EDB;
}
</style>
background-color css
<style>
a { background-color: #A83EDB; }
a { background-color: rgb(168,62,219); }
div.DivClassName
{
background-color: #A83EDB;
}
.BgClassName
{
background-color: #A83EDB;
}
</style>
border-color css
<style>
span { border-color: #A83EDB; }
span { border-color: rgb(168,62,219); }
td.TdClassName
{
border-color: #A83EDB;
}
.TagClassName
{
border-color: #A83EDB;
}
</style>