Shades of Dark Orchid #A039BD
Tints of Dark Orchid #A039BD
RGB
CMYK
RGB Variations
Color information
#A039BD (or 0xA039BD) is known color: Dark Orchid. HEX triplet: A0, 39 and BD. RGB value is (160,57,189). Sum of RGB (Red+Green+Blue) = 160+57+189=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A039BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BD is #5FC642. Grayscale: #666666. Windows color (decimal): -6276675 or 12401056. OLE color: 12401056.
HSL color Cylindrical-coordinate representation of color #A039BD: hue angle of 286.82º degrees, saturation: 0.54, 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 #A039BD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 57 | 189 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.26 |
| HSL | 286.82º | 0.54% | 0.48% | - |
| HSV(B) | 286.82º | 0.7% | 0.74% | - |
| XYZ | 25.15 | 14.07 | 49.54 | - |
| YUV | 102.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 189 | 0.15 | 0.70 | 0 | 0.26 | 286.82 | 0.54 | 0.48 |
| Hex | A0 | 39 | BD | F | 46 | 0 | 1A | 11F | 36 | 30 |
| Octal | 240 | 71 | 275 | 17 | 106 | 0 | 32 | 437 | 66 | 60 |
| Binary | 10100000 | 111001 | 10111101 | 1111 | 1000110 | 0 | 11010 | 100011111 | 110110 | 110000 |
Color Harmonies of #A039BD
Complementary color
Monochromatic Colors of #A039BD
Black with #A039BD
Text Example
Text Example
White with #A039BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039BD; }
p { color: rgb(160,57,189); }
H1.HeaderClassName
{
color: #A039BD;
}
.AnyTagClassName
{
color: #A039BD;
}
</style>
background-color css
<style>
a { background-color: #A039BD; }
a { background-color: rgb(160,57,189); }
div.DivClassName
{
background-color: #A039BD;
}
.BgClassName
{
background-color: #A039BD;
}
</style>
border-color css
<style>
span { border-color: #A039BD; }
span { border-color: rgb(160,57,189); }
td.TdClassName
{
border-color: #A039BD;
}
.TagClassName
{
border-color: #A039BD;
}
</style>