Shades of Dark Violet #A00CAF
Tints of Dark Violet #A00CAF
RGB
CMYK
RGB Variations
Color information
#A00CAF (or 0xA00CAF) is known color: Dark Violet. HEX triplet: A0, 0C and AF. RGB value is (160,12,175). Sum of RGB (Red+Green+Blue) = 160+12+175=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #A00CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CAF is #5FF350. Grayscale: #4A4A4A. Windows color (decimal): -6288209 or 11472032. OLE color: 11472032.
HSL color Cylindrical-coordinate representation of color #A00CAF: hue angle of 294.48º 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 #A00CAF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 12 | 175 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.31 |
| HSL | 294.48º | 0.87% | 0.37% | - |
| HSV(B) | 294.48º | 0.93% | 0.69% | - |
| XYZ | 22.37 | 10.83 | 41.47 | - |
| YUV | 74.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 175 | 0.09 | 0.93 | 0 | 0.31 | 294.48 | 0.87 | 0.37 |
| Hex | A0 | C | AF | 9 | 5D | 0 | 1F | 126 | 57 | 25 |
| Octal | 240 | 14 | 257 | 11 | 135 | 0 | 37 | 446 | 127 | 45 |
| Binary | 10100000 | 1100 | 10101111 | 1001 | 1011101 | 0 | 11111 | 100100110 | 1010111 | 100101 |
Color Harmonies of #A00CAF
Complementary color
Monochromatic Colors of #A00CAF
Black with #A00CAF
Text Example
Text Example
White with #A00CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CAF; }
p { color: rgb(160,12,175); }
H1.HeaderClassName
{
color: #A00CAF;
}
.AnyTagClassName
{
color: #A00CAF;
}
</style>
background-color css
<style>
a { background-color: #A00CAF; }
a { background-color: rgb(160,12,175); }
div.DivClassName
{
background-color: #A00CAF;
}
.BgClassName
{
background-color: #A00CAF;
}
</style>
border-color css
<style>
span { border-color: #A00CAF; }
span { border-color: rgb(160,12,175); }
td.TdClassName
{
border-color: #A00CAF;
}
.TagClassName
{
border-color: #A00CAF;
}
</style>