Shades of Dark Orchid #A839EA
Tints of Dark Orchid #A839EA
RGB
CMYK
RGB Variations
Color information
#A839EA (or 0xA839EA) is known color: Dark Orchid. HEX triplet: A8, 39 and EA. RGB value is (168,57,234). Sum of RGB (Red+Green+Blue) = 168+57+234=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #A839EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A839EA is #57C615. Grayscale: #6D6D6D. Windows color (decimal): -5752342 or 15350184. OLE color: 15350184.
HSL color Cylindrical-coordinate representation of color #A839EA: hue angle of 277.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A839EA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 57 | 234 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.08 |
| HSL | 277.63º | 0.81% | 0.57% | - |
| HSV(B) | 277.63º | 0.76% | 0.92% | - |
| XYZ | 32.46 | 17.19 | 79.45 | - |
| YUV | 110.37 | 197.77 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 234 | 0.28 | 0.76 | 0 | 0.08 | 277.63 | 0.81 | 0.57 |
| Hex | A8 | 39 | EA | 1C | 4C | 0 | 8 | 116 | 51 | 39 |
| Octal | 250 | 71 | 352 | 34 | 114 | 0 | 10 | 426 | 121 | 71 |
| Binary | 10101000 | 111001 | 11101010 | 11100 | 1001100 | 0 | 1000 | 100010110 | 1010001 | 111001 |
Color Harmonies of #A839EA
Complementary color
Monochromatic Colors of #A839EA
Black with #A839EA
Text Example
Text Example
White with #A839EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839EA; }
p { color: rgb(168,57,234); }
H1.HeaderClassName
{
color: #A839EA;
}
.AnyTagClassName
{
color: #A839EA;
}
</style>
background-color css
<style>
a { background-color: #A839EA; }
a { background-color: rgb(168,57,234); }
div.DivClassName
{
background-color: #A839EA;
}
.BgClassName
{
background-color: #A839EA;
}
</style>
border-color css
<style>
span { border-color: #A839EA; }
span { border-color: rgb(168,57,234); }
td.TdClassName
{
border-color: #A839EA;
}
.TagClassName
{
border-color: #A839EA;
}
</style>