Shades of Dark Violet #A00AB7
Tints of Dark Violet #A00AB7
RGB
CMYK
RGB Variations
Color information
#A00AB7 (or 0xA00AB7) is known color: Dark Violet. HEX triplet: A0, 0A and B7. RGB value is (160,10,183). Sum of RGB (Red+Green+Blue) = 160+10+183=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #A00AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AB7 is #5FF548. Grayscale: #4A4A4A. Windows color (decimal): -6288713 or 11995808. OLE color: 11995808.
HSL color Cylindrical-coordinate representation of color #A00AB7: hue angle of 292.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AB7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 10 | 183 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.28 |
| HSL | 292.02º | 0.9% | 0.38% | - |
| HSV(B) | 292.02º | 0.95% | 0.72% | - |
| XYZ | 23.15 | 11.11 | 45.72 | - |
| YUV | 74.57 | 189.2 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 183 | 0.13 | 0.95 | 0 | 0.28 | 292.02 | 0.9 | 0.38 |
| Hex | A0 | A | B7 | D | 5F | 0 | 1C | 124 | 5A | 26 |
| Octal | 240 | 12 | 267 | 15 | 137 | 0 | 34 | 444 | 132 | 46 |
| Binary | 10100000 | 1010 | 10110111 | 1101 | 1011111 | 0 | 11100 | 100100100 | 1011010 | 100110 |
Color Harmonies of #A00AB7
Complementary color
Monochromatic Colors of #A00AB7
Black with #A00AB7
Text Example
Text Example
White with #A00AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AB7; }
p { color: rgb(160,10,183); }
H1.HeaderClassName
{
color: #A00AB7;
}
.AnyTagClassName
{
color: #A00AB7;
}
</style>
background-color css
<style>
a { background-color: #A00AB7; }
a { background-color: rgb(160,10,183); }
div.DivClassName
{
background-color: #A00AB7;
}
.BgClassName
{
background-color: #A00AB7;
}
</style>
border-color css
<style>
span { border-color: #A00AB7; }
span { border-color: rgb(160,10,183); }
td.TdClassName
{
border-color: #A00AB7;
}
.TagClassName
{
border-color: #A00AB7;
}
</style>