Shades of Dark Orchid #A839BC
Tints of Dark Orchid #A839BC
RGB
CMYK
RGB Variations
Color information
#A839BC (or 0xA839BC) is known color: Dark Orchid. HEX triplet: A8, 39 and BC. RGB value is (168,57,188). Sum of RGB (Red+Green+Blue) = 168+57+188=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A839BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839BC is #57C643. Grayscale: #686868. Windows color (decimal): -5752388 or 12335528. OLE color: 12335528.
HSL color Cylindrical-coordinate representation of color #A839BC: hue angle of 290.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A839BC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 57 | 188 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.26 |
| HSL | 290.84º | 0.53% | 0.48% | - |
| HSV(B) | 290.84º | 0.7% | 0.74% | - |
| XYZ | 26.69 | 14.88 | 49.04 | - |
| YUV | 105.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 188 | 0.11 | 0.70 | 0 | 0.26 | 290.84 | 0.53 | 0.48 |
| Hex | A8 | 39 | BC | B | 46 | 0 | 1A | 123 | 35 | 30 |
| Octal | 250 | 71 | 274 | 13 | 106 | 0 | 32 | 443 | 65 | 60 |
| Binary | 10101000 | 111001 | 10111100 | 1011 | 1000110 | 0 | 11010 | 100100011 | 110101 | 110000 |
Color Harmonies of #A839BC
Complementary color
Monochromatic Colors of #A839BC
Black with #A839BC
Text Example
Text Example
White with #A839BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839BC; }
p { color: rgb(168,57,188); }
H1.HeaderClassName
{
color: #A839BC;
}
.AnyTagClassName
{
color: #A839BC;
}
</style>
background-color css
<style>
a { background-color: #A839BC; }
a { background-color: rgb(168,57,188); }
div.DivClassName
{
background-color: #A839BC;
}
.BgClassName
{
background-color: #A839BC;
}
</style>
border-color css
<style>
span { border-color: #A839BC; }
span { border-color: rgb(168,57,188); }
td.TdClassName
{
border-color: #A839BC;
}
.TagClassName
{
border-color: #A839BC;
}
</style>