Shades of Dark Orchid #A031BA
Tints of Dark Orchid #A031BA
RGB
CMYK
RGB Variations
Color information
#A031BA (or 0xA031BA) is known color: Dark Orchid. HEX triplet: A0, 31 and BA. RGB value is (160,49,186). Sum of RGB (Red+Green+Blue) = 160+49+186=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A031BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031BA is #5FCE45. Grayscale: #616161. Windows color (decimal): -6278726 or 12202400. OLE color: 12202400.
HSL color Cylindrical-coordinate representation of color #A031BA: hue angle of 288.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A031BA is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 49 | 186 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.27 |
| HSL | 288.61º | 0.58% | 0.46% | - |
| HSV(B) | 288.61º | 0.74% | 0.73% | - |
| XYZ | 24.46 | 13.22 | 47.72 | - |
| YUV | 97.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 186 | 0.14 | 0.74 | 0 | 0.27 | 288.61 | 0.58 | 0.46 |
| Hex | A0 | 31 | BA | E | 4A | 0 | 1B | 121 | 3A | 2E |
| Octal | 240 | 61 | 272 | 16 | 112 | 0 | 33 | 441 | 72 | 56 |
| Binary | 10100000 | 110001 | 10111010 | 1110 | 1001010 | 0 | 11011 | 100100001 | 111010 | 101110 |
Color Harmonies of #A031BA
Complementary color
Monochromatic Colors of #A031BA
Black with #A031BA
Text Example
Text Example
White with #A031BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031BA; }
p { color: rgb(160,49,186); }
H1.HeaderClassName
{
color: #A031BA;
}
.AnyTagClassName
{
color: #A031BA;
}
</style>
background-color css
<style>
a { background-color: #A031BA; }
a { background-color: rgb(160,49,186); }
div.DivClassName
{
background-color: #A031BA;
}
.BgClassName
{
background-color: #A031BA;
}
</style>
border-color css
<style>
span { border-color: #A031BA; }
span { border-color: rgb(160,49,186); }
td.TdClassName
{
border-color: #A031BA;
}
.TagClassName
{
border-color: #A031BA;
}
</style>