Shades of Dark Orchid #A039BE
Tints of Dark Orchid #A039BE
RGB
CMYK
RGB Variations
Color information
#A039BE (or 0xA039BE) is known color: Dark Orchid. HEX triplet: A0, 39 and BE. RGB value is (160,57,190). Sum of RGB (Red+Green+Blue) = 160+57+190=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A039BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BE is #5FC641. Grayscale: #666666. Windows color (decimal): -6276674 or 12466592. OLE color: 12466592.
HSL color Cylindrical-coordinate representation of color #A039BE: hue angle of 286.47º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A039BE is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 57 | 190 | - |
| CMYK | 0.16 | 0.7 | 0 | 0.25 |
| HSL | 286.47º | 0.54% | 0.48% | - |
| HSV(B) | 286.47º | 0.7% | 0.75% | - |
| XYZ | 25.25 | 14.12 | 50.11 | - |
| YUV | 102.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 190 | 0.16 | 0.7 | 0 | 0.25 | 286.47 | 0.54 | 0.48 |
| Hex | A0 | 39 | BE | 10 | 46 | 0 | 19 | 11E | 36 | 30 |
| Octal | 240 | 71 | 276 | 20 | 106 | 0 | 31 | 436 | 66 | 60 |
| Binary | 10100000 | 111001 | 10111110 | 10000 | 1000110 | 0 | 11001 | 100011110 | 110110 | 110000 |
Color Harmonies of #A039BE
Complementary color
Monochromatic Colors of #A039BE
Black with #A039BE
Text Example
Text Example
White with #A039BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039BE; }
p { color: rgb(160,57,190); }
H1.HeaderClassName
{
color: #A039BE;
}
.AnyTagClassName
{
color: #A039BE;
}
</style>
background-color css
<style>
a { background-color: #A039BE; }
a { background-color: rgb(160,57,190); }
div.DivClassName
{
background-color: #A039BE;
}
.BgClassName
{
background-color: #A039BE;
}
</style>
border-color css
<style>
span { border-color: #A039BE; }
span { border-color: rgb(160,57,190); }
td.TdClassName
{
border-color: #A039BE;
}
.TagClassName
{
border-color: #A039BE;
}
</style>