Shades of Dark Orchid #A019BA
Tints of Dark Orchid #A019BA
RGB
CMYK
RGB Variations
Color information
#A019BA (or 0xA019BA) is known color: Dark Orchid. HEX triplet: A0, 19 and BA. RGB value is (160,25,186). Sum of RGB (Red+Green+Blue) = 160+25+186=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A019BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019BA is #5FE645. Grayscale: #535353. Windows color (decimal): -6284870 or 12196256. OLE color: 12196256.
HSL color Cylindrical-coordinate representation of color #A019BA: hue angle of 290.31º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A019BA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 25 | 186 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.27 |
| HSL | 290.31º | 0.76% | 0.41% | - |
| HSV(B) | 290.31º | 0.87% | 0.73% | - |
| XYZ | 23.71 | 11.71 | 47.47 | - |
| YUV | 83.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 186 | 0.14 | 0.87 | 0 | 0.27 | 290.31 | 0.76 | 0.41 |
| Hex | A0 | 19 | BA | E | 57 | 0 | 1B | 122 | 4C | 29 |
| Octal | 240 | 31 | 272 | 16 | 127 | 0 | 33 | 442 | 114 | 51 |
| Binary | 10100000 | 11001 | 10111010 | 1110 | 1010111 | 0 | 11011 | 100100010 | 1001100 | 101001 |
Color Harmonies of #A019BA
Complementary color
Monochromatic Colors of #A019BA
Black with #A019BA
Text Example
Text Example
White with #A019BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019BA; }
p { color: rgb(160,25,186); }
H1.HeaderClassName
{
color: #A019BA;
}
.AnyTagClassName
{
color: #A019BA;
}
</style>
background-color css
<style>
a { background-color: #A019BA; }
a { background-color: rgb(160,25,186); }
div.DivClassName
{
background-color: #A019BA;
}
.BgClassName
{
background-color: #A019BA;
}
</style>
border-color css
<style>
span { border-color: #A019BA; }
span { border-color: rgb(160,25,186); }
td.TdClassName
{
border-color: #A019BA;
}
.TagClassName
{
border-color: #A019BA;
}
</style>