Shades of Dark Orchid #A83EEC
Tints of Dark Orchid #A83EEC
RGB
CMYK
RGB Variations
Color information
#A83EEC (or 0xA83EEC) is known color: Dark Orchid. HEX triplet: A8, 3E and EC. RGB value is (168,62,236). Sum of RGB (Red+Green+Blue) = 168+62+236=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A83EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83EEC is #57C113. Grayscale: #707070. Windows color (decimal): -5751060 or 15482536. OLE color: 15482536.
HSL color Cylindrical-coordinate representation of color #A83EEC: hue angle of 276.55º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83EEC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 62 | 236 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.55º | 0.82% | 0.58% | - |
| HSV(B) | 276.55º | 0.74% | 0.93% | - |
| XYZ | 33.01 | 17.83 | 81.06 | - |
| YUV | 113.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 236 | 0.29 | 0.74 | 0 | 0.07 | 276.55 | 0.82 | 0.58 |
| Hex | A8 | 3E | EC | 1D | 4A | 0 | 7 | 115 | 52 | 3A |
| Octal | 250 | 76 | 354 | 35 | 112 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10101000 | 111110 | 11101100 | 11101 | 1001010 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A83EEC
Complementary color
Monochromatic Colors of #A83EEC
Black with #A83EEC
Text Example
Text Example
White with #A83EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EEC; }
p { color: rgb(168,62,236); }
H1.HeaderClassName
{
color: #A83EEC;
}
.AnyTagClassName
{
color: #A83EEC;
}
</style>
background-color css
<style>
a { background-color: #A83EEC; }
a { background-color: rgb(168,62,236); }
div.DivClassName
{
background-color: #A83EEC;
}
.BgClassName
{
background-color: #A83EEC;
}
</style>
border-color css
<style>
span { border-color: #A83EEC; }
span { border-color: rgb(168,62,236); }
td.TdClassName
{
border-color: #A83EEC;
}
.TagClassName
{
border-color: #A83EEC;
}
</style>