Shades of Dark Orchid #A539B9
Tints of Dark Orchid #A539B9
RGB
CMYK
RGB Variations
Color information
#A539B9 (or 0xA539B9) is known color: Dark Orchid. HEX triplet: A5, 39 and B9. RGB value is (165,57,185). Sum of RGB (Red+Green+Blue) = 165+57+185=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A539B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539B9 is #5AC646. Grayscale: #676767. Windows color (decimal): -5948999 or 12138917. OLE color: 12138917.
HSL color Cylindrical-coordinate representation of color #A539B9: hue angle of 290.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A539B9 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 57 | 185 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.27 |
| HSL | 290.63º | 0.53% | 0.47% | - |
| HSV(B) | 290.63º | 0.69% | 0.73% | - |
| XYZ | 25.74 | 14.43 | 47.33 | - |
| YUV | 103.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 185 | 0.11 | 0.69 | 0 | 0.27 | 290.63 | 0.53 | 0.47 |
| Hex | A5 | 39 | B9 | B | 45 | 0 | 1B | 123 | 35 | 2F |
| Octal | 245 | 71 | 271 | 13 | 105 | 0 | 33 | 443 | 65 | 57 |
| Binary | 10100101 | 111001 | 10111001 | 1011 | 1000101 | 0 | 11011 | 100100011 | 110101 | 101111 |
Color Harmonies of #A539B9
Complementary color
Monochromatic Colors of #A539B9
Black with #A539B9
Text Example
Text Example
White with #A539B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A539B9; }
p { color: rgb(165,57,185); }
H1.HeaderClassName
{
color: #A539B9;
}
.AnyTagClassName
{
color: #A539B9;
}
</style>
background-color css
<style>
a { background-color: #A539B9; }
a { background-color: rgb(165,57,185); }
div.DivClassName
{
background-color: #A539B9;
}
.BgClassName
{
background-color: #A539B9;
}
</style>
border-color css
<style>
span { border-color: #A539B9; }
span { border-color: rgb(165,57,185); }
td.TdClassName
{
border-color: #A539B9;
}
.TagClassName
{
border-color: #A539B9;
}
</style>