Shades of Dark Orchid #A839B0
Tints of Dark Orchid #A839B0
RGB
CMYK
RGB Variations
Color information
#A839B0 (or 0xA839B0) is known color: Dark Orchid. HEX triplet: A8, 39 and B0. RGB value is (168,57,176). Sum of RGB (Red+Green+Blue) = 168+57+176=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #A839B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A839B0 is #57C64F. Grayscale: #676767. Windows color (decimal): -5752400 or 11549096. OLE color: 11549096.
HSL color Cylindrical-coordinate representation of color #A839B0: hue angle of 295.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A839B0 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 57 | 176 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.31 |
| HSL | 295.97º | 0.51% | 0.46% | - |
| HSV(B) | 295.97º | 0.68% | 0.69% | - |
| XYZ | 25.45 | 14.39 | 42.51 | - |
| YUV | 103.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 176 | 0.05 | 0.68 | 0 | 0.31 | 295.97 | 0.51 | 0.46 |
| Hex | A8 | 39 | B0 | 5 | 44 | 0 | 1F | 128 | 33 | 2E |
| Octal | 250 | 71 | 260 | 5 | 104 | 0 | 37 | 450 | 63 | 56 |
| Binary | 10101000 | 111001 | 10110000 | 101 | 1000100 | 0 | 11111 | 100101000 | 110011 | 101110 |
Color Harmonies of #A839B0
Complementary color
Monochromatic Colors of #A839B0
Black with #A839B0
Text Example
Text Example
White with #A839B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839B0; }
p { color: rgb(168,57,176); }
H1.HeaderClassName
{
color: #A839B0;
}
.AnyTagClassName
{
color: #A839B0;
}
</style>
background-color css
<style>
a { background-color: #A839B0; }
a { background-color: rgb(168,57,176); }
div.DivClassName
{
background-color: #A839B0;
}
.BgClassName
{
background-color: #A839B0;
}
</style>
border-color css
<style>
span { border-color: #A839B0; }
span { border-color: rgb(168,57,176); }
td.TdClassName
{
border-color: #A839B0;
}
.TagClassName
{
border-color: #A839B0;
}
</style>