Shades of Dark Orchid #A039B9
Tints of Dark Orchid #A039B9
RGB
CMYK
RGB Variations
Color information
#A039B9 (or 0xA039B9) is known color: Dark Orchid. HEX triplet: A0, 39 and B9. RGB value is (160,57,185). Sum of RGB (Red+Green+Blue) = 160+57+185=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #A039B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039B9 is #5FC646. Grayscale: #656565. Windows color (decimal): -6276679 or 12138912. OLE color: 12138912.
HSL color Cylindrical-coordinate representation of color #A039B9: hue angle of 288.28º 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 #A039B9 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 57 | 185 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.27 |
| HSL | 288.28º | 0.53% | 0.47% | - |
| HSV(B) | 288.28º | 0.69% | 0.73% | - |
| XYZ | 24.72 | 13.9 | 47.28 | - |
| YUV | 102.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 185 | 0.14 | 0.69 | 0 | 0.27 | 288.28 | 0.53 | 0.47 |
| Hex | A0 | 39 | B9 | E | 45 | 0 | 1B | 120 | 35 | 2F |
| Octal | 240 | 71 | 271 | 16 | 105 | 0 | 33 | 440 | 65 | 57 |
| Binary | 10100000 | 111001 | 10111001 | 1110 | 1000101 | 0 | 11011 | 100100000 | 110101 | 101111 |
Color Harmonies of #A039B9
Complementary color
Monochromatic Colors of #A039B9
Black with #A039B9
Text Example
Text Example
White with #A039B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039B9; }
p { color: rgb(160,57,185); }
H1.HeaderClassName
{
color: #A039B9;
}
.AnyTagClassName
{
color: #A039B9;
}
</style>
background-color css
<style>
a { background-color: #A039B9; }
a { background-color: rgb(160,57,185); }
div.DivClassName
{
background-color: #A039B9;
}
.BgClassName
{
background-color: #A039B9;
}
</style>
border-color css
<style>
span { border-color: #A039B9; }
span { border-color: rgb(160,57,185); }
td.TdClassName
{
border-color: #A039B9;
}
.TagClassName
{
border-color: #A039B9;
}
</style>