Shades of Dark Orchid #A539BC
Tints of Dark Orchid #A539BC
RGB
CMYK
RGB Variations
Color information
#A539BC (or 0xA539BC) is known color: Dark Orchid. HEX triplet: A5, 39 and BC. RGB value is (165,57,188). Sum of RGB (Red+Green+Blue) = 165+57+188=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #A539BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539BC is #5AC643. Grayscale: #676767. Windows color (decimal): -5948996 or 12335525. OLE color: 12335525.
HSL color Cylindrical-coordinate representation of color #A539BC: hue angle of 289.47º degrees, saturation: 0.53, 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 #A539BC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 57 | 188 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.26 |
| HSL | 289.47º | 0.53% | 0.48% | - |
| HSV(B) | 289.47º | 0.7% | 0.74% | - |
| XYZ | 26.06 | 14.56 | 49.01 | - |
| YUV | 104.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 188 | 0.12 | 0.70 | 0 | 0.26 | 289.47 | 0.53 | 0.48 |
| Hex | A5 | 39 | BC | C | 46 | 0 | 1A | 121 | 35 | 30 |
| Octal | 245 | 71 | 274 | 14 | 106 | 0 | 32 | 441 | 65 | 60 |
| Binary | 10100101 | 111001 | 10111100 | 1100 | 1000110 | 0 | 11010 | 100100001 | 110101 | 110000 |
Color Harmonies of #A539BC
Complementary color
Monochromatic Colors of #A539BC
Black with #A539BC
Text Example
Text Example
White with #A539BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A539BC; }
p { color: rgb(165,57,188); }
H1.HeaderClassName
{
color: #A539BC;
}
.AnyTagClassName
{
color: #A539BC;
}
</style>
background-color css
<style>
a { background-color: #A539BC; }
a { background-color: rgb(165,57,188); }
div.DivClassName
{
background-color: #A539BC;
}
.BgClassName
{
background-color: #A539BC;
}
</style>
border-color css
<style>
span { border-color: #A539BC; }
span { border-color: rgb(165,57,188); }
td.TdClassName
{
border-color: #A539BC;
}
.TagClassName
{
border-color: #A539BC;
}
</style>