Shades of Dark Orchid #A83EDE
Tints of Dark Orchid #A83EDE
RGB
CMYK
RGB Variations
Color information
#A83EDE (or 0xA83EDE) is known color: Dark Orchid. HEX triplet: A8, 3E and DE. RGB value is (168,62,222). Sum of RGB (Red+Green+Blue) = 168+62+222=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #A83EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EDE is #57C121. Grayscale: #6F6F6F. Windows color (decimal): -5751074 or 14565032. OLE color: 14565032.
HSL color Cylindrical-coordinate representation of color #A83EDE: hue angle of 279.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83EDE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 62 | 222 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.13 |
| HSL | 279.75º | 0.71% | 0.56% | - |
| HSV(B) | 279.75º | 0.72% | 0.87% | - |
| XYZ | 31.06 | 17.04 | 70.76 | - |
| YUV | 111.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 222 | 0.24 | 0.72 | 0 | 0.13 | 279.75 | 0.71 | 0.56 |
| Hex | A8 | 3E | DE | 18 | 48 | 0 | D | 118 | 47 | 38 |
| Octal | 250 | 76 | 336 | 30 | 110 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101000 | 111110 | 11011110 | 11000 | 1001000 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #A83EDE
Complementary color
Monochromatic Colors of #A83EDE
Black with #A83EDE
Text Example
Text Example
White with #A83EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EDE; }
p { color: rgb(168,62,222); }
H1.HeaderClassName
{
color: #A83EDE;
}
.AnyTagClassName
{
color: #A83EDE;
}
</style>
background-color css
<style>
a { background-color: #A83EDE; }
a { background-color: rgb(168,62,222); }
div.DivClassName
{
background-color: #A83EDE;
}
.BgClassName
{
background-color: #A83EDE;
}
</style>
border-color css
<style>
span { border-color: #A83EDE; }
span { border-color: rgb(168,62,222); }
td.TdClassName
{
border-color: #A83EDE;
}
.TagClassName
{
border-color: #A83EDE;
}
</style>