Shades of Dark Orchid #A839E6
Tints of Dark Orchid #A839E6
RGB
CMYK
RGB Variations
Color information
#A839E6 (or 0xA839E6) is known color: Dark Orchid. HEX triplet: A8, 39 and E6. RGB value is (168,57,230). Sum of RGB (Red+Green+Blue) = 168+57+230=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #A839E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A839E6 is #57C619. Grayscale: #6D6D6D. Windows color (decimal): -5752346 or 15088040. OLE color: 15088040.
HSL color Cylindrical-coordinate representation of color #A839E6: hue angle of 278.5º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A839E6 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 57 | 230 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.10 |
| HSL | 278.5º | 0.78% | 0.56% | - |
| HSV(B) | 278.5º | 0.75% | 0.9% | - |
| XYZ | 31.89 | 16.96 | 76.46 | - |
| YUV | 109.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 230 | 0.27 | 0.75 | 0 | 0.10 | 278.5 | 0.78 | 0.56 |
| Hex | A8 | 39 | E6 | 1B | 4B | 0 | A | 116 | 4E | 38 |
| Octal | 250 | 71 | 346 | 33 | 113 | 0 | 12 | 426 | 116 | 70 |
| Binary | 10101000 | 111001 | 11100110 | 11011 | 1001011 | 0 | 1010 | 100010110 | 1001110 | 111000 |
Color Harmonies of #A839E6
Complementary color
Monochromatic Colors of #A839E6
Black with #A839E6
Text Example
Text Example
White with #A839E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839E6; }
p { color: rgb(168,57,230); }
H1.HeaderClassName
{
color: #A839E6;
}
.AnyTagClassName
{
color: #A839E6;
}
</style>
background-color css
<style>
a { background-color: #A839E6; }
a { background-color: rgb(168,57,230); }
div.DivClassName
{
background-color: #A839E6;
}
.BgClassName
{
background-color: #A839E6;
}
</style>
border-color css
<style>
span { border-color: #A839E6; }
span { border-color: rgb(168,57,230); }
td.TdClassName
{
border-color: #A839E6;
}
.TagClassName
{
border-color: #A839E6;
}
</style>