Shades of Dark Orchid #A83BEA
Tints of Dark Orchid #A83BEA
RGB
CMYK
RGB Variations
Color information
#A83BEA (or 0xA83BEA) is known color: Dark Orchid. HEX triplet: A8, 3B and EA. RGB value is (168,59,234). Sum of RGB (Red+Green+Blue) = 168+59+234=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #A83BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BEA is #57C415. Grayscale: #6E6E6E. Windows color (decimal): -5751830 or 15350696. OLE color: 15350696.
HSL color Cylindrical-coordinate representation of color #A83BEA: hue angle of 277.37º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83BEA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 59 | 234 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.08 |
| HSL | 277.37º | 0.81% | 0.57% | - |
| HSV(B) | 277.37º | 0.75% | 0.92% | - |
| XYZ | 32.56 | 17.39 | 79.48 | - |
| YUV | 111.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 234 | 0.28 | 0.75 | 0 | 0.08 | 277.37 | 0.81 | 0.57 |
| Hex | A8 | 3B | EA | 1C | 4B | 0 | 8 | 115 | 51 | 39 |
| Octal | 250 | 73 | 352 | 34 | 113 | 0 | 10 | 425 | 121 | 71 |
| Binary | 10101000 | 111011 | 11101010 | 11100 | 1001011 | 0 | 1000 | 100010101 | 1010001 | 111001 |
Color Harmonies of #A83BEA
Complementary color
Monochromatic Colors of #A83BEA
Black with #A83BEA
Text Example
Text Example
White with #A83BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BEA; }
p { color: rgb(168,59,234); }
H1.HeaderClassName
{
color: #A83BEA;
}
.AnyTagClassName
{
color: #A83BEA;
}
</style>
background-color css
<style>
a { background-color: #A83BEA; }
a { background-color: rgb(168,59,234); }
div.DivClassName
{
background-color: #A83BEA;
}
.BgClassName
{
background-color: #A83BEA;
}
</style>
border-color css
<style>
span { border-color: #A83BEA; }
span { border-color: rgb(168,59,234); }
td.TdClassName
{
border-color: #A83BEA;
}
.TagClassName
{
border-color: #A83BEA;
}
</style>