Shades of Dark Violet #A000C1
Tints of Dark Violet #A000C1
RGB
CMYK
RGB Variations
Color information
#A000C1 (or 0xA000C1) is known color: Dark Violet. HEX triplet: A0, 00 and C1. RGB value is (160,0,193). Sum of RGB (Red+Green+Blue) = 160+0+193=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #A000C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000C1 is #5FFF3E. Grayscale: #454545. Windows color (decimal): -6291263 or 12648608. OLE color: 12648608.
HSL color Cylindrical-coordinate representation of color #A000C1: hue angle of 289.74º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000C1 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 0 | 193 | - |
| CMYK | 0.17 | 1 | 0 | 0.24 |
| HSL | 289.74º | 1% | 0.38% | - |
| HSV(B) | 289.74º | 1% | 0.76% | - |
| XYZ | 24.12 | 11.32 | 51.37 | - |
| YUV | 69.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 193 | 0.17 | 1 | 0 | 0.24 | 289.74 | 1 | 0.38 |
| Hex | A0 | 0 | C1 | 11 | 64 | 0 | 18 | 122 | 64 | 26 |
| Octal | 240 | 0 | 301 | 21 | 144 | 0 | 30 | 442 | 144 | 46 |
| Binary | 10100000 | 0 | 11000001 | 10001 | 1100100 | 0 | 11000 | 100100010 | 1100100 | 100110 |
Color Harmonies of #A000C1
Complementary color
Monochromatic Colors of #A000C1
Black with #A000C1
Text Example
Text Example
White with #A000C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000C1; }
p { color: rgb(160,0,193); }
H1.HeaderClassName
{
color: #A000C1;
}
.AnyTagClassName
{
color: #A000C1;
}
</style>
background-color css
<style>
a { background-color: #A000C1; }
a { background-color: rgb(160,0,193); }
div.DivClassName
{
background-color: #A000C1;
}
.BgClassName
{
background-color: #A000C1;
}
</style>
border-color css
<style>
span { border-color: #A000C1; }
span { border-color: rgb(160,0,193); }
td.TdClassName
{
border-color: #A000C1;
}
.TagClassName
{
border-color: #A000C1;
}
</style>