Shades of Dark Orchid #A83EEB
Tints of Dark Orchid #A83EEB
RGB
CMYK
RGB Variations
Color information
#A83EEB (or 0xA83EEB) is known color: Dark Orchid. HEX triplet: A8, 3E and EB. RGB value is (168,62,235). Sum of RGB (Red+Green+Blue) = 168+62+235=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #A83EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83EEB is #57C114. Grayscale: #707070. Windows color (decimal): -5751061 or 15417000. OLE color: 15417000.
HSL color Cylindrical-coordinate representation of color #A83EEB: hue angle of 276.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83EEB is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 62 | 235 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.08 |
| HSL | 276.76º | 0.81% | 0.58% | - |
| HSV(B) | 276.76º | 0.74% | 0.92% | - |
| XYZ | 32.87 | 17.77 | 80.29 | - |
| YUV | 113.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 235 | 0.29 | 0.74 | 0 | 0.08 | 276.76 | 0.81 | 0.58 |
| Hex | A8 | 3E | EB | 1D | 4A | 0 | 8 | 115 | 51 | 3A |
| Octal | 250 | 76 | 353 | 35 | 112 | 0 | 10 | 425 | 121 | 72 |
| Binary | 10101000 | 111110 | 11101011 | 11101 | 1001010 | 0 | 1000 | 100010101 | 1010001 | 111010 |
Color Harmonies of #A83EEB
Complementary color
Monochromatic Colors of #A83EEB
Black with #A83EEB
Text Example
Text Example
White with #A83EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EEB; }
p { color: rgb(168,62,235); }
H1.HeaderClassName
{
color: #A83EEB;
}
.AnyTagClassName
{
color: #A83EEB;
}
</style>
background-color css
<style>
a { background-color: #A83EEB; }
a { background-color: rgb(168,62,235); }
div.DivClassName
{
background-color: #A83EEB;
}
.BgClassName
{
background-color: #A83EEB;
}
</style>
border-color css
<style>
span { border-color: #A83EEB; }
span { border-color: rgb(168,62,235); }
td.TdClassName
{
border-color: #A83EEB;
}
.TagClassName
{
border-color: #A83EEB;
}
</style>