Shades of Dark Orchid #A019C5
Tints of Dark Orchid #A019C5
RGB
CMYK
RGB Variations
Color information
#A019C5 (or 0xA019C5) is known color: Dark Orchid. HEX triplet: A0, 19 and C5. RGB value is (160,25,197). Sum of RGB (Red+Green+Blue) = 160+25+197=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #A019C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019C5 is #5FE63A. Grayscale: #545454. Windows color (decimal): -6284859 or 12917152. OLE color: 12917152.
HSL color Cylindrical-coordinate representation of color #A019C5: hue angle of 287.09º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A019C5 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 25 | 197 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.23 |
| HSL | 287.09º | 0.77% | 0.44% | - |
| HSV(B) | 287.09º | 0.87% | 0.77% | - |
| XYZ | 24.92 | 12.2 | 53.86 | - |
| YUV | 84.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 197 | 0.19 | 0.87 | 0 | 0.23 | 287.09 | 0.77 | 0.44 |
| Hex | A0 | 19 | C5 | 13 | 57 | 0 | 17 | 11F | 4D | 2C |
| Octal | 240 | 31 | 305 | 23 | 127 | 0 | 27 | 437 | 115 | 54 |
| Binary | 10100000 | 11001 | 11000101 | 10011 | 1010111 | 0 | 10111 | 100011111 | 1001101 | 101100 |
Color Harmonies of #A019C5
Complementary color
Monochromatic Colors of #A019C5
Black with #A019C5
Text Example
Text Example
White with #A019C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019C5; }
p { color: rgb(160,25,197); }
H1.HeaderClassName
{
color: #A019C5;
}
.AnyTagClassName
{
color: #A019C5;
}
</style>
background-color css
<style>
a { background-color: #A019C5; }
a { background-color: rgb(160,25,197); }
div.DivClassName
{
background-color: #A019C5;
}
.BgClassName
{
background-color: #A019C5;
}
</style>
border-color css
<style>
span { border-color: #A019C5; }
span { border-color: rgb(160,25,197); }
td.TdClassName
{
border-color: #A019C5;
}
.TagClassName
{
border-color: #A019C5;
}
</style>