Shades of Dark Violet #A00AC7
Tints of Dark Violet #A00AC7
RGB
CMYK
RGB Variations
Color information
#A00AC7 (or 0xA00AC7) is known color: Dark Violet. HEX triplet: A0, 0A and C7. RGB value is (160,10,199). Sum of RGB (Red+Green+Blue) = 160+10+199=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #A00AC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AC7 is #5FF538. Grayscale: #4B4B4B. Windows color (decimal): -6288697 or 13044384. OLE color: 13044384.
HSL color Cylindrical-coordinate representation of color #A00AC7: hue angle of 287.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AC7 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 10 | 199 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.22 |
| HSL | 287.62º | 0.9% | 0.41% | - |
| HSV(B) | 287.62º | 0.95% | 0.78% | - |
| XYZ | 24.91 | 11.81 | 55 | - |
| YUV | 76.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 199 | 0.20 | 0.95 | 0 | 0.22 | 287.62 | 0.9 | 0.41 |
| Hex | A0 | A | C7 | 14 | 5F | 0 | 16 | 120 | 5A | 29 |
| Octal | 240 | 12 | 307 | 24 | 137 | 0 | 26 | 440 | 132 | 51 |
| Binary | 10100000 | 1010 | 11000111 | 10100 | 1011111 | 0 | 10110 | 100100000 | 1011010 | 101001 |
Color Harmonies of #A00AC7
Complementary color
Monochromatic Colors of #A00AC7
Black with #A00AC7
Text Example
Text Example
White with #A00AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AC7; }
p { color: rgb(160,10,199); }
H1.HeaderClassName
{
color: #A00AC7;
}
.AnyTagClassName
{
color: #A00AC7;
}
</style>
background-color css
<style>
a { background-color: #A00AC7; }
a { background-color: rgb(160,10,199); }
div.DivClassName
{
background-color: #A00AC7;
}
.BgClassName
{
background-color: #A00AC7;
}
</style>
border-color css
<style>
span { border-color: #A00AC7; }
span { border-color: rgb(160,10,199); }
td.TdClassName
{
border-color: #A00AC7;
}
.TagClassName
{
border-color: #A00AC7;
}
</style>