Shades of Dark Orchid #A539B6
Tints of Dark Orchid #A539B6
RGB
CMYK
RGB Variations
Color information
#A539B6 (or 0xA539B6) is known color: Dark Orchid. HEX triplet: A5, 39 and B6. RGB value is (165,57,182). Sum of RGB (Red+Green+Blue) = 165+57+182=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #A539B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539B6 is #5AC649. Grayscale: #676767. Windows color (decimal): -5949002 or 11942309. OLE color: 11942309.
HSL color Cylindrical-coordinate representation of color #A539B6: hue angle of 291.84º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A539B6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 57 | 182 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.29 |
| HSL | 291.84º | 0.52% | 0.47% | - |
| HSV(B) | 291.84º | 0.69% | 0.71% | - |
| XYZ | 25.42 | 14.3 | 45.68 | - |
| YUV | 103.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 182 | 0.09 | 0.69 | 0 | 0.29 | 291.84 | 0.52 | 0.47 |
| Hex | A5 | 39 | B6 | 9 | 45 | 0 | 1D | 124 | 34 | 2F |
| Octal | 245 | 71 | 266 | 11 | 105 | 0 | 35 | 444 | 64 | 57 |
| Binary | 10100101 | 111001 | 10110110 | 1001 | 1000101 | 0 | 11101 | 100100100 | 110100 | 101111 |
Color Harmonies of #A539B6
Complementary color
Monochromatic Colors of #A539B6
Black with #A539B6
Text Example
Text Example
White with #A539B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A539B6; }
p { color: rgb(165,57,182); }
H1.HeaderClassName
{
color: #A539B6;
}
.AnyTagClassName
{
color: #A539B6;
}
</style>
background-color css
<style>
a { background-color: #A539B6; }
a { background-color: rgb(165,57,182); }
div.DivClassName
{
background-color: #A539B6;
}
.BgClassName
{
background-color: #A539B6;
}
</style>
border-color css
<style>
span { border-color: #A539B6; }
span { border-color: rgb(165,57,182); }
td.TdClassName
{
border-color: #A539B6;
}
.TagClassName
{
border-color: #A539B6;
}
</style>