Shades of Dark Violet #A003C0
Tints of Dark Violet #A003C0
RGB
CMYK
RGB Variations
Color information
#A003C0 (or 0xA003C0) is known color: Dark Violet. HEX triplet: A0, 03 and C0. RGB value is (160,3,192). Sum of RGB (Red+Green+Blue) = 160+3+192=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #A003C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003C0 is #5FFC3F. Grayscale: #464646. Windows color (decimal): -6290496 or 12583840. OLE color: 12583840.
HSL color Cylindrical-coordinate representation of color #A003C0: hue angle of 289.84º degrees, saturation: 0.97, 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 #A003C0 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 3 | 192 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.25 |
| HSL | 289.84º | 0.97% | 0.38% | - |
| HSV(B) | 289.84º | 0.98% | 0.75% | - |
| XYZ | 24.04 | 11.34 | 50.79 | - |
| YUV | 71.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 192 | 0.17 | 0.98 | 0 | 0.25 | 289.84 | 0.97 | 0.38 |
| Hex | A0 | 3 | C0 | 11 | 62 | 0 | 19 | 122 | 61 | 26 |
| Octal | 240 | 3 | 300 | 21 | 142 | 0 | 31 | 442 | 141 | 46 |
| Binary | 10100000 | 11 | 11000000 | 10001 | 1100010 | 0 | 11001 | 100100010 | 1100001 | 100110 |
Color Harmonies of #A003C0
Complementary color
Monochromatic Colors of #A003C0
Black with #A003C0
Text Example
Text Example
White with #A003C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003C0; }
p { color: rgb(160,3,192); }
H1.HeaderClassName
{
color: #A003C0;
}
.AnyTagClassName
{
color: #A003C0;
}
</style>
background-color css
<style>
a { background-color: #A003C0; }
a { background-color: rgb(160,3,192); }
div.DivClassName
{
background-color: #A003C0;
}
.BgClassName
{
background-color: #A003C0;
}
</style>
border-color css
<style>
span { border-color: #A003C0; }
span { border-color: rgb(160,3,192); }
td.TdClassName
{
border-color: #A003C0;
}
.TagClassName
{
border-color: #A003C0;
}
</style>