Shades of Dark Orchid #A839DC
Tints of Dark Orchid #A839DC
RGB
CMYK
RGB Variations
Color information
#A839DC (or 0xA839DC) is known color: Dark Orchid. HEX triplet: A8, 39 and DC. RGB value is (168,57,220). Sum of RGB (Red+Green+Blue) = 168+57+220=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A839DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839DC is #57C623. Grayscale: #6C6C6C. Windows color (decimal): -5752356 or 14432680. OLE color: 14432680.
HSL color Cylindrical-coordinate representation of color #A839DC: hue angle of 280.86º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A839DC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 57 | 220 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.14 |
| HSL | 280.86º | 0.7% | 0.54% | - |
| HSV(B) | 280.86º | 0.74% | 0.86% | - |
| XYZ | 30.53 | 16.42 | 69.27 | - |
| YUV | 108.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 220 | 0.24 | 0.74 | 0 | 0.14 | 280.86 | 0.7 | 0.54 |
| Hex | A8 | 39 | DC | 18 | 4A | 0 | E | 119 | 46 | 36 |
| Octal | 250 | 71 | 334 | 30 | 112 | 0 | 16 | 431 | 106 | 66 |
| Binary | 10101000 | 111001 | 11011100 | 11000 | 1001010 | 0 | 1110 | 100011001 | 1000110 | 110110 |
Color Harmonies of #A839DC
Complementary color
Monochromatic Colors of #A839DC
Black with #A839DC
Text Example
Text Example
White with #A839DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839DC; }
p { color: rgb(168,57,220); }
H1.HeaderClassName
{
color: #A839DC;
}
.AnyTagClassName
{
color: #A839DC;
}
</style>
background-color css
<style>
a { background-color: #A839DC; }
a { background-color: rgb(168,57,220); }
div.DivClassName
{
background-color: #A839DC;
}
.BgClassName
{
background-color: #A839DC;
}
</style>
border-color css
<style>
span { border-color: #A839DC; }
span { border-color: rgb(168,57,220); }
td.TdClassName
{
border-color: #A839DC;
}
.TagClassName
{
border-color: #A839DC;
}
</style>