Shades of Dark Orchid #A839B2
Tints of Dark Orchid #A839B2
RGB
CMYK
RGB Variations
Color information
#A839B2 (or 0xA839B2) is known color: Dark Orchid. HEX triplet: A8, 39 and B2. RGB value is (168,57,178). Sum of RGB (Red+Green+Blue) = 168+57+178=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #A839B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A839B2 is #57C64D. Grayscale: #676767. Windows color (decimal): -5752398 or 11680168. OLE color: 11680168.
HSL color Cylindrical-coordinate representation of color #A839B2: hue angle of 295.04º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A839B2 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 57 | 178 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.30 |
| HSL | 295.04º | 0.51% | 0.46% | - |
| HSV(B) | 295.04º | 0.68% | 0.7% | - |
| XYZ | 25.65 | 14.47 | 43.56 | - |
| YUV | 103.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 178 | 0.06 | 0.68 | 0 | 0.30 | 295.04 | 0.51 | 0.46 |
| Hex | A8 | 39 | B2 | 6 | 44 | 0 | 1E | 127 | 33 | 2E |
| Octal | 250 | 71 | 262 | 6 | 104 | 0 | 36 | 447 | 63 | 56 |
| Binary | 10101000 | 111001 | 10110010 | 110 | 1000100 | 0 | 11110 | 100100111 | 110011 | 101110 |
Color Harmonies of #A839B2
Complementary color
Monochromatic Colors of #A839B2
Black with #A839B2
Text Example
Text Example
White with #A839B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839B2; }
p { color: rgb(168,57,178); }
H1.HeaderClassName
{
color: #A839B2;
}
.AnyTagClassName
{
color: #A839B2;
}
</style>
background-color css
<style>
a { background-color: #A839B2; }
a { background-color: rgb(168,57,178); }
div.DivClassName
{
background-color: #A839B2;
}
.BgClassName
{
background-color: #A839B2;
}
</style>
border-color css
<style>
span { border-color: #A839B2; }
span { border-color: rgb(168,57,178); }
td.TdClassName
{
border-color: #A839B2;
}
.TagClassName
{
border-color: #A839B2;
}
</style>