Shades of Dark Orchid #A839C0
Tints of Dark Orchid #A839C0
RGB
CMYK
RGB Variations
Color information
#A839C0 (or 0xA839C0) is known color: Dark Orchid. HEX triplet: A8, 39 and C0. RGB value is (168,57,192). Sum of RGB (Red+Green+Blue) = 168+57+192=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #A839C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839C0 is #57C63F. Grayscale: #696969. Windows color (decimal): -5752384 or 12597672. OLE color: 12597672.
HSL color Cylindrical-coordinate representation of color #A839C0: hue angle of 289.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A839C0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 57 | 192 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.25 |
| HSL | 289.33º | 0.54% | 0.49% | - |
| HSV(B) | 289.33º | 0.7% | 0.75% | - |
| XYZ | 27.13 | 15.06 | 51.35 | - |
| YUV | 105.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 192 | 0.12 | 0.70 | 0 | 0.25 | 289.33 | 0.54 | 0.49 |
| Hex | A8 | 39 | C0 | C | 46 | 0 | 19 | 121 | 36 | 31 |
| Octal | 250 | 71 | 300 | 14 | 106 | 0 | 31 | 441 | 66 | 61 |
| Binary | 10101000 | 111001 | 11000000 | 1100 | 1000110 | 0 | 11001 | 100100001 | 110110 | 110001 |
Color Harmonies of #A839C0
Complementary color
Monochromatic Colors of #A839C0
Black with #A839C0
Text Example
Text Example
White with #A839C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839C0; }
p { color: rgb(168,57,192); }
H1.HeaderClassName
{
color: #A839C0;
}
.AnyTagClassName
{
color: #A839C0;
}
</style>
background-color css
<style>
a { background-color: #A839C0; }
a { background-color: rgb(168,57,192); }
div.DivClassName
{
background-color: #A839C0;
}
.BgClassName
{
background-color: #A839C0;
}
</style>
border-color css
<style>
span { border-color: #A839C0; }
span { border-color: rgb(168,57,192); }
td.TdClassName
{
border-color: #A839C0;
}
.TagClassName
{
border-color: #A839C0;
}
</style>