Shades of Dark Violet #A000C2
Tints of Dark Violet #A000C2
RGB
CMYK
RGB Variations
Color information
#A000C2 (or 0xA000C2) is known color: Dark Violet. HEX triplet: A0, 00 and C2. RGB value is (160,0,194). Sum of RGB (Red+Green+Blue) = 160+0+194=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 194 (76.17% from 255 or 54.80% from 354); Max value from RGB is 194 - color contains mainly: blue. Hex color #A000C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000C2 is #5FFF3D. Grayscale: #454545. Windows color (decimal): -6291262 or 12714144. OLE color: 12714144.
HSL color Cylindrical-coordinate representation of color #A000C2: hue angle of 289.48º 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 #A000C2 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 0 | 194 | - |
| CMYK | 0.18 | 1 | 0 | 0.24 |
| HSL | 289.48º | 1% | 0.38% | - |
| HSV(B) | 289.48º | 1% | 0.76% | - |
| XYZ | 24.23 | 11.37 | 51.96 | - |
| YUV | 69.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 194 | 0.18 | 1 | 0 | 0.24 | 289.48 | 1 | 0.38 |
| Hex | A0 | 0 | C2 | 12 | 64 | 0 | 18 | 121 | 64 | 26 |
| Octal | 240 | 0 | 302 | 22 | 144 | 0 | 30 | 441 | 144 | 46 |
| Binary | 10100000 | 0 | 11000010 | 10010 | 1100100 | 0 | 11000 | 100100001 | 1100100 | 100110 |
Color Harmonies of #A000C2
Complementary color
Monochromatic Colors of #A000C2
Black with #A000C2
Text Example
Text Example
White with #A000C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000C2; }
p { color: rgb(160,0,194); }
H1.HeaderClassName
{
color: #A000C2;
}
.AnyTagClassName
{
color: #A000C2;
}
</style>
background-color css
<style>
a { background-color: #A000C2; }
a { background-color: rgb(160,0,194); }
div.DivClassName
{
background-color: #A000C2;
}
.BgClassName
{
background-color: #A000C2;
}
</style>
border-color css
<style>
span { border-color: #A000C2; }
span { border-color: rgb(160,0,194); }
td.TdClassName
{
border-color: #A000C2;
}
.TagClassName
{
border-color: #A000C2;
}
</style>