Shades of Dark Orchid #A83EBA
Tints of Dark Orchid #A83EBA
RGB
CMYK
RGB Variations
Color information
#A83EBA (or 0xA83EBA) is known color: Dark Orchid. HEX triplet: A8, 3E and BA. RGB value is (168,62,186). Sum of RGB (Red+Green+Blue) = 168+62+186=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #A83EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EBA is #57C145. Grayscale: #6B6B6B. Windows color (decimal): -5751110 or 12205736. OLE color: 12205736.
HSL color Cylindrical-coordinate representation of color #A83EBA: hue angle of 291.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83EBA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 62 | 186 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.27 |
| HSL | 291.29º | 0.5% | 0.49% | - |
| HSV(B) | 291.29º | 0.67% | 0.73% | - |
| XYZ | 26.73 | 15.32 | 48 | - |
| YUV | 107.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 186 | 0.10 | 0.67 | 0 | 0.27 | 291.29 | 0.5 | 0.49 |
| Hex | A8 | 3E | BA | A | 43 | 0 | 1B | 123 | 32 | 31 |
| Octal | 250 | 76 | 272 | 12 | 103 | 0 | 33 | 443 | 62 | 61 |
| Binary | 10101000 | 111110 | 10111010 | 1010 | 1000011 | 0 | 11011 | 100100011 | 110010 | 110001 |
Color Harmonies of #A83EBA
Complementary color
Monochromatic Colors of #A83EBA
Black with #A83EBA
Text Example
Text Example
White with #A83EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EBA; }
p { color: rgb(168,62,186); }
H1.HeaderClassName
{
color: #A83EBA;
}
.AnyTagClassName
{
color: #A83EBA;
}
</style>
background-color css
<style>
a { background-color: #A83EBA; }
a { background-color: rgb(168,62,186); }
div.DivClassName
{
background-color: #A83EBA;
}
.BgClassName
{
background-color: #A83EBA;
}
</style>
border-color css
<style>
span { border-color: #A83EBA; }
span { border-color: rgb(168,62,186); }
td.TdClassName
{
border-color: #A83EBA;
}
.TagClassName
{
border-color: #A83EBA;
}
</style>