Shades of Dark Orchid #A039DD
Tints of Dark Orchid #A039DD
RGB
CMYK
RGB Variations
Color information
#A039DD (or 0xA039DD) is known color: Dark Orchid. HEX triplet: A0, 39 and DD. RGB value is (160,57,221). Sum of RGB (Red+Green+Blue) = 160+57+221=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #A039DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039DD is #5FC622. Grayscale: #696969. Windows color (decimal): -6276643 or 14498208. OLE color: 14498208.
HSL color Cylindrical-coordinate representation of color #A039DD: hue angle of 277.68º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A039DD is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 57 | 221 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.13 |
| HSL | 277.68º | 0.71% | 0.55% | - |
| HSV(B) | 277.68º | 0.74% | 0.87% | - |
| XYZ | 29.01 | 15.62 | 69.89 | - |
| YUV | 106.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 221 | 0.28 | 0.74 | 0 | 0.13 | 277.68 | 0.71 | 0.55 |
| Hex | A0 | 39 | DD | 1C | 4A | 0 | D | 116 | 47 | 37 |
| Octal | 240 | 71 | 335 | 34 | 112 | 0 | 15 | 426 | 107 | 67 |
| Binary | 10100000 | 111001 | 11011101 | 11100 | 1001010 | 0 | 1101 | 100010110 | 1000111 | 110111 |
Color Harmonies of #A039DD
Complementary color
Monochromatic Colors of #A039DD
Black with #A039DD
Text Example
Text Example
White with #A039DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039DD; }
p { color: rgb(160,57,221); }
H1.HeaderClassName
{
color: #A039DD;
}
.AnyTagClassName
{
color: #A039DD;
}
</style>
background-color css
<style>
a { background-color: #A039DD; }
a { background-color: rgb(160,57,221); }
div.DivClassName
{
background-color: #A039DD;
}
.BgClassName
{
background-color: #A039DD;
}
</style>
border-color css
<style>
span { border-color: #A039DD; }
span { border-color: rgb(160,57,221); }
td.TdClassName
{
border-color: #A039DD;
}
.TagClassName
{
border-color: #A039DD;
}
</style>