Shades of Dark Orchid #A019CC
Tints of Dark Orchid #A019CC
RGB
CMYK
RGB Variations
Color information
#A019CC (or 0xA019CC) is known color: Dark Orchid. HEX triplet: A0, 19 and CC. RGB value is (160,25,204). Sum of RGB (Red+Green+Blue) = 160+25+204=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #A019CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019CC is #5FE633. Grayscale: #555555. Windows color (decimal): -6284852 or 13375904. OLE color: 13375904.
HSL color Cylindrical-coordinate representation of color #A019CC: hue angle of 285.25º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A019CC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 25 | 204 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.2 |
| HSL | 285.25º | 0.78% | 0.45% | - |
| HSV(B) | 285.25º | 0.88% | 0.8% | - |
| XYZ | 25.74 | 12.53 | 58.19 | - |
| YUV | 85.77 | 194.73 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 204 | 0.22 | 0.88 | 0 | 0.2 | 285.25 | 0.78 | 0.45 |
| Hex | A0 | 19 | CC | 16 | 58 | 0 | 14 | 11D | 4E | 2D |
| Octal | 240 | 31 | 314 | 26 | 130 | 0 | 24 | 435 | 116 | 55 |
| Binary | 10100000 | 11001 | 11001100 | 10110 | 1011000 | 0 | 10100 | 100011101 | 1001110 | 101101 |
Color Harmonies of #A019CC
Complementary color
Monochromatic Colors of #A019CC
Black with #A019CC
Text Example
Text Example
White with #A019CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019CC; }
p { color: rgb(160,25,204); }
H1.HeaderClassName
{
color: #A019CC;
}
.AnyTagClassName
{
color: #A019CC;
}
</style>
background-color css
<style>
a { background-color: #A019CC; }
a { background-color: rgb(160,25,204); }
div.DivClassName
{
background-color: #A019CC;
}
.BgClassName
{
background-color: #A019CC;
}
</style>
border-color css
<style>
span { border-color: #A019CC; }
span { border-color: rgb(160,25,204); }
td.TdClassName
{
border-color: #A019CC;
}
.TagClassName
{
border-color: #A019CC;
}
</style>