Shades of Dark Orchid #A839BD
Tints of Dark Orchid #A839BD
RGB
CMYK
RGB Variations
Color information
#A839BD (or 0xA839BD) is known color: Dark Orchid. HEX triplet: A8, 39 and BD. RGB value is (168,57,189). Sum of RGB (Red+Green+Blue) = 168+57+189=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #A839BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839BD is #57C642. Grayscale: #686868. Windows color (decimal): -5752387 or 12401064. OLE color: 12401064.
HSL color Cylindrical-coordinate representation of color #A839BD: hue angle of 290.45º degrees, saturation: 0.54, 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 #A839BD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 57 | 189 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.26 |
| HSL | 290.45º | 0.54% | 0.48% | - |
| HSV(B) | 290.45º | 0.7% | 0.74% | - |
| XYZ | 26.8 | 14.93 | 49.61 | - |
| YUV | 105.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 189 | 0.11 | 0.70 | 0 | 0.26 | 290.45 | 0.54 | 0.48 |
| Hex | A8 | 39 | BD | B | 46 | 0 | 1A | 122 | 36 | 30 |
| Octal | 250 | 71 | 275 | 13 | 106 | 0 | 32 | 442 | 66 | 60 |
| Binary | 10101000 | 111001 | 10111101 | 1011 | 1000110 | 0 | 11010 | 100100010 | 110110 | 110000 |
Color Harmonies of #A839BD
Complementary color
Monochromatic Colors of #A839BD
Black with #A839BD
Text Example
Text Example
White with #A839BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839BD; }
p { color: rgb(168,57,189); }
H1.HeaderClassName
{
color: #A839BD;
}
.AnyTagClassName
{
color: #A839BD;
}
</style>
background-color css
<style>
a { background-color: #A839BD; }
a { background-color: rgb(168,57,189); }
div.DivClassName
{
background-color: #A839BD;
}
.BgClassName
{
background-color: #A839BD;
}
</style>
border-color css
<style>
span { border-color: #A839BD; }
span { border-color: rgb(168,57,189); }
td.TdClassName
{
border-color: #A839BD;
}
.TagClassName
{
border-color: #A839BD;
}
</style>