Shades of Dark Orchid #A839E7
Tints of Dark Orchid #A839E7
RGB
CMYK
RGB Variations
Color information
#A839E7 (or 0xA839E7) is known color: Dark Orchid. HEX triplet: A8, 39 and E7. RGB value is (168,57,231). Sum of RGB (Red+Green+Blue) = 168+57+231=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #A839E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A839E7 is #57C618. Grayscale: #6D6D6D. Windows color (decimal): -5752345 or 15153576. OLE color: 15153576.
HSL color Cylindrical-coordinate representation of color #A839E7: hue angle of 278.28º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A839E7 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 57 | 231 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.09 |
| HSL | 278.28º | 0.78% | 0.56% | - |
| HSV(B) | 278.28º | 0.75% | 0.91% | - |
| XYZ | 32.04 | 17.02 | 77.2 | - |
| YUV | 110.03 | 196.27 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 231 | 0.27 | 0.75 | 0 | 0.09 | 278.28 | 0.78 | 0.56 |
| Hex | A8 | 39 | E7 | 1B | 4B | 0 | 9 | 116 | 4E | 38 |
| Octal | 250 | 71 | 347 | 33 | 113 | 0 | 11 | 426 | 116 | 70 |
| Binary | 10101000 | 111001 | 11100111 | 11011 | 1001011 | 0 | 1001 | 100010110 | 1001110 | 111000 |
Color Harmonies of #A839E7
Complementary color
Monochromatic Colors of #A839E7
Black with #A839E7
Text Example
Text Example
White with #A839E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839E7; }
p { color: rgb(168,57,231); }
H1.HeaderClassName
{
color: #A839E7;
}
.AnyTagClassName
{
color: #A839E7;
}
</style>
background-color css
<style>
a { background-color: #A839E7; }
a { background-color: rgb(168,57,231); }
div.DivClassName
{
background-color: #A839E7;
}
.BgClassName
{
background-color: #A839E7;
}
</style>
border-color css
<style>
span { border-color: #A839E7; }
span { border-color: rgb(168,57,231); }
td.TdClassName
{
border-color: #A839E7;
}
.TagClassName
{
border-color: #A839E7;
}
</style>