Shades of Dark Orchid #A838EA
Tints of Dark Orchid #A838EA
RGB
CMYK
RGB Variations
Color information
#A838EA (or 0xA838EA) is known color: Dark Orchid. HEX triplet: A8, 38 and EA. RGB value is (168,56,234). Sum of RGB (Red+Green+Blue) = 168+56+234=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #A838EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838EA is #57C715. Grayscale: #6D6D6D. Windows color (decimal): -5752598 or 15349928. OLE color: 15349928.
HSL color Cylindrical-coordinate representation of color #A838EA: hue angle of 277.75º 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 #A838EA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 56 | 234 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.08 |
| HSL | 277.75º | 0.81% | 0.57% | - |
| HSV(B) | 277.75º | 0.76% | 0.92% | - |
| XYZ | 32.41 | 17.09 | 79.43 | - |
| YUV | 109.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 234 | 0.28 | 0.76 | 0 | 0.08 | 277.75 | 0.81 | 0.57 |
| Hex | A8 | 38 | EA | 1C | 4C | 0 | 8 | 116 | 51 | 39 |
| Octal | 250 | 70 | 352 | 34 | 114 | 0 | 10 | 426 | 121 | 71 |
| Binary | 10101000 | 111000 | 11101010 | 11100 | 1001100 | 0 | 1000 | 100010110 | 1010001 | 111001 |
Color Harmonies of #A838EA
Complementary color
Monochromatic Colors of #A838EA
Black with #A838EA
Text Example
Text Example
White with #A838EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838EA; }
p { color: rgb(168,56,234); }
H1.HeaderClassName
{
color: #A838EA;
}
.AnyTagClassName
{
color: #A838EA;
}
</style>
background-color css
<style>
a { background-color: #A838EA; }
a { background-color: rgb(168,56,234); }
div.DivClassName
{
background-color: #A838EA;
}
.BgClassName
{
background-color: #A838EA;
}
</style>
border-color css
<style>
span { border-color: #A838EA; }
span { border-color: rgb(168,56,234); }
td.TdClassName
{
border-color: #A838EA;
}
.TagClassName
{
border-color: #A838EA;
}
</style>