Shades of Dark Violet #A004C0
Tints of Dark Violet #A004C0
RGB
CMYK
RGB Variations
Color information
#A004C0 (or 0xA004C0) is known color: Dark Violet. HEX triplet: A0, 04 and C0. RGB value is (160,4,192). Sum of RGB (Red+Green+Blue) = 160+4+192=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #A004C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004C0 is #5FFB3F. Grayscale: #474747. Windows color (decimal): -6290240 or 12584096. OLE color: 12584096.
HSL color Cylindrical-coordinate representation of color #A004C0: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004C0 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 4 | 192 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.25 |
| HSL | 289.79º | 0.96% | 0.38% | - |
| HSV(B) | 289.79º | 0.98% | 0.75% | - |
| XYZ | 24.06 | 11.37 | 50.8 | - |
| YUV | 72.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 192 | 0.17 | 0.98 | 0 | 0.25 | 289.79 | 0.96 | 0.38 |
| Hex | A0 | 4 | C0 | 11 | 62 | 0 | 19 | 122 | 60 | 26 |
| Octal | 240 | 4 | 300 | 21 | 142 | 0 | 31 | 442 | 140 | 46 |
| Binary | 10100000 | 100 | 11000000 | 10001 | 1100010 | 0 | 11001 | 100100010 | 1100000 | 100110 |
Color Harmonies of #A004C0
Complementary color
Monochromatic Colors of #A004C0
Black with #A004C0
Text Example
Text Example
White with #A004C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004C0; }
p { color: rgb(160,4,192); }
H1.HeaderClassName
{
color: #A004C0;
}
.AnyTagClassName
{
color: #A004C0;
}
</style>
background-color css
<style>
a { background-color: #A004C0; }
a { background-color: rgb(160,4,192); }
div.DivClassName
{
background-color: #A004C0;
}
.BgClassName
{
background-color: #A004C0;
}
</style>
border-color css
<style>
span { border-color: #A004C0; }
span { border-color: rgb(160,4,192); }
td.TdClassName
{
border-color: #A004C0;
}
.TagClassName
{
border-color: #A004C0;
}
</style>