Shades of Dark Orchid #A838E9
Tints of Dark Orchid #A838E9
RGB
CMYK
RGB Variations
Color information
#A838E9 (or 0xA838E9) is known color: Dark Orchid. HEX triplet: A8, 38 and E9. RGB value is (168,56,233). Sum of RGB (Red+Green+Blue) = 168+56+233=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #A838E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838E9 is #57C716. Grayscale: #6D6D6D. Windows color (decimal): -5752599 or 15284392. OLE color: 15284392.
HSL color Cylindrical-coordinate representation of color #A838E9: hue angle of 277.97º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A838E9 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 56 | 233 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.09 |
| HSL | 277.97º | 0.8% | 0.57% | - |
| HSV(B) | 277.97º | 0.76% | 0.91% | - |
| XYZ | 32.27 | 17.04 | 78.68 | - |
| YUV | 109.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 233 | 0.28 | 0.76 | 0 | 0.09 | 277.97 | 0.8 | 0.57 |
| Hex | A8 | 38 | E9 | 1C | 4C | 0 | 9 | 116 | 50 | 39 |
| Octal | 250 | 70 | 351 | 34 | 114 | 0 | 11 | 426 | 120 | 71 |
| Binary | 10101000 | 111000 | 11101001 | 11100 | 1001100 | 0 | 1001 | 100010110 | 1010000 | 111001 |
Color Harmonies of #A838E9
Complementary color
Monochromatic Colors of #A838E9
Black with #A838E9
Text Example
Text Example
White with #A838E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838E9; }
p { color: rgb(168,56,233); }
H1.HeaderClassName
{
color: #A838E9;
}
.AnyTagClassName
{
color: #A838E9;
}
</style>
background-color css
<style>
a { background-color: #A838E9; }
a { background-color: rgb(168,56,233); }
div.DivClassName
{
background-color: #A838E9;
}
.BgClassName
{
background-color: #A838E9;
}
</style>
border-color css
<style>
span { border-color: #A838E9; }
span { border-color: rgb(168,56,233); }
td.TdClassName
{
border-color: #A838E9;
}
.TagClassName
{
border-color: #A838E9;
}
</style>