Shades of Dark Orchid #A839BB
Tints of Dark Orchid #A839BB
RGB
CMYK
RGB Variations
Color information
#A839BB (or 0xA839BB) is known color: Dark Orchid. HEX triplet: A8, 39 and BB. RGB value is (168,57,187). Sum of RGB (Red+Green+Blue) = 168+57+187=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #A839BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839BB is #57C644. Grayscale: #686868. Windows color (decimal): -5752389 or 12269992. OLE color: 12269992.
HSL color Cylindrical-coordinate representation of color #A839BB: hue angle of 291.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A839BB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 57 | 187 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.27 |
| HSL | 291.23º | 0.53% | 0.48% | - |
| HSV(B) | 291.23º | 0.7% | 0.73% | - |
| XYZ | 26.58 | 14.84 | 48.48 | - |
| YUV | 105.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 187 | 0.10 | 0.70 | 0 | 0.27 | 291.23 | 0.53 | 0.48 |
| Hex | A8 | 39 | BB | A | 46 | 0 | 1B | 123 | 35 | 30 |
| Octal | 250 | 71 | 273 | 12 | 106 | 0 | 33 | 443 | 65 | 60 |
| Binary | 10101000 | 111001 | 10111011 | 1010 | 1000110 | 0 | 11011 | 100100011 | 110101 | 110000 |
Color Harmonies of #A839BB
Complementary color
Monochromatic Colors of #A839BB
Black with #A839BB
Text Example
Text Example
White with #A839BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839BB; }
p { color: rgb(168,57,187); }
H1.HeaderClassName
{
color: #A839BB;
}
.AnyTagClassName
{
color: #A839BB;
}
</style>
background-color css
<style>
a { background-color: #A839BB; }
a { background-color: rgb(168,57,187); }
div.DivClassName
{
background-color: #A839BB;
}
.BgClassName
{
background-color: #A839BB;
}
</style>
border-color css
<style>
span { border-color: #A839BB; }
span { border-color: rgb(168,57,187); }
td.TdClassName
{
border-color: #A839BB;
}
.TagClassName
{
border-color: #A839BB;
}
</style>