Shades of Dark Orchid #A836EA
Tints of Dark Orchid #A836EA
RGB
CMYK
RGB Variations
Color information
#A836EA (or 0xA836EA) is known color: Dark Orchid. HEX triplet: A8, 36 and EA. RGB value is (168,54,234). Sum of RGB (Red+Green+Blue) = 168+54+234=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #A836EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836EA is #57C915. Grayscale: #6B6B6B. Windows color (decimal): -5753110 or 15349416. OLE color: 15349416.
HSL color Cylindrical-coordinate representation of color #A836EA: hue angle of 278º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A836EA is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 54 | 234 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.08 |
| HSL | 278º | 0.81% | 0.56% | - |
| HSV(B) | 278º | 0.77% | 0.92% | - |
| XYZ | 32.32 | 16.9 | 79.4 | - |
| YUV | 108.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 234 | 0.28 | 0.77 | 0 | 0.08 | 278 | 0.81 | 0.56 |
| Hex | A8 | 36 | EA | 1C | 4D | 0 | 8 | 116 | 51 | 38 |
| Octal | 250 | 66 | 352 | 34 | 115 | 0 | 10 | 426 | 121 | 70 |
| Binary | 10101000 | 110110 | 11101010 | 11100 | 1001101 | 0 | 1000 | 100010110 | 1010001 | 111000 |
Color Harmonies of #A836EA
Complementary color
Monochromatic Colors of #A836EA
Black with #A836EA
Text Example
Text Example
White with #A836EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836EA; }
p { color: rgb(168,54,234); }
H1.HeaderClassName
{
color: #A836EA;
}
.AnyTagClassName
{
color: #A836EA;
}
</style>
background-color css
<style>
a { background-color: #A836EA; }
a { background-color: rgb(168,54,234); }
div.DivClassName
{
background-color: #A836EA;
}
.BgClassName
{
background-color: #A836EA;
}
</style>
border-color css
<style>
span { border-color: #A836EA; }
span { border-color: rgb(168,54,234); }
td.TdClassName
{
border-color: #A836EA;
}
.TagClassName
{
border-color: #A836EA;
}
</style>