Shades of Dark Violet #A00CB0
Tints of Dark Violet #A00CB0
RGB
CMYK
RGB Variations
Color information
#A00CB0 (or 0xA00CB0) is known color: Dark Violet. HEX triplet: A0, 0C and B0. RGB value is (160,12,176). Sum of RGB (Red+Green+Blue) = 160+12+176=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #A00CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CB0 is #5FF34F. Grayscale: #4A4A4A. Windows color (decimal): -6288208 or 11537568. OLE color: 11537568.
HSL color Cylindrical-coordinate representation of color #A00CB0: hue angle of 294.15º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CB0 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 12 | 176 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.31 |
| HSL | 294.15º | 0.87% | 0.37% | - |
| HSV(B) | 294.15º | 0.93% | 0.69% | - |
| XYZ | 22.47 | 10.87 | 41.99 | - |
| YUV | 74.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 176 | 0.09 | 0.93 | 0 | 0.31 | 294.15 | 0.87 | 0.37 |
| Hex | A0 | C | B0 | 9 | 5D | 0 | 1F | 126 | 57 | 25 |
| Octal | 240 | 14 | 260 | 11 | 135 | 0 | 37 | 446 | 127 | 45 |
| Binary | 10100000 | 1100 | 10110000 | 1001 | 1011101 | 0 | 11111 | 100100110 | 1010111 | 100101 |
Color Harmonies of #A00CB0
Complementary color
Monochromatic Colors of #A00CB0
Black with #A00CB0
Text Example
Text Example
White with #A00CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CB0; }
p { color: rgb(160,12,176); }
H1.HeaderClassName
{
color: #A00CB0;
}
.AnyTagClassName
{
color: #A00CB0;
}
</style>
background-color css
<style>
a { background-color: #A00CB0; }
a { background-color: rgb(160,12,176); }
div.DivClassName
{
background-color: #A00CB0;
}
.BgClassName
{
background-color: #A00CB0;
}
</style>
border-color css
<style>
span { border-color: #A00CB0; }
span { border-color: rgb(160,12,176); }
td.TdClassName
{
border-color: #A00CB0;
}
.TagClassName
{
border-color: #A00CB0;
}
</style>