Shades of Dark Violet #A00CB2
Tints of Dark Violet #A00CB2
RGB
CMYK
RGB Variations
Color information
#A00CB2 (or 0xA00CB2) is known color: Dark Violet. HEX triplet: A0, 0C and B2. RGB value is (160,12,178). Sum of RGB (Red+Green+Blue) = 160+12+178=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #A00CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CB2 is #5FF34D. Grayscale: #4A4A4A. Windows color (decimal): -6288206 or 11668640. OLE color: 11668640.
HSL color Cylindrical-coordinate representation of color #A00CB2: hue angle of 293.49º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CB2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 12 | 178 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.30 |
| HSL | 293.49º | 0.87% | 0.37% | - |
| HSV(B) | 293.49º | 0.93% | 0.7% | - |
| XYZ | 22.66 | 10.95 | 43.04 | - |
| YUV | 75.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 178 | 0.10 | 0.93 | 0 | 0.30 | 293.49 | 0.87 | 0.37 |
| Hex | A0 | C | B2 | A | 5D | 0 | 1E | 125 | 57 | 25 |
| Octal | 240 | 14 | 262 | 12 | 135 | 0 | 36 | 445 | 127 | 45 |
| Binary | 10100000 | 1100 | 10110010 | 1010 | 1011101 | 0 | 11110 | 100100101 | 1010111 | 100101 |
Color Harmonies of #A00CB2
Complementary color
Monochromatic Colors of #A00CB2
Black with #A00CB2
Text Example
Text Example
White with #A00CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CB2; }
p { color: rgb(160,12,178); }
H1.HeaderClassName
{
color: #A00CB2;
}
.AnyTagClassName
{
color: #A00CB2;
}
</style>
background-color css
<style>
a { background-color: #A00CB2; }
a { background-color: rgb(160,12,178); }
div.DivClassName
{
background-color: #A00CB2;
}
.BgClassName
{
background-color: #A00CB2;
}
</style>
border-color css
<style>
span { border-color: #A00CB2; }
span { border-color: rgb(160,12,178); }
td.TdClassName
{
border-color: #A00CB2;
}
.TagClassName
{
border-color: #A00CB2;
}
</style>