Shades of Dark Violet #A000B7
Tints of Dark Violet #A000B7
RGB
CMYK
RGB Variations
Color information
#A000B7 (or 0xA000B7) is known color: Dark Violet. HEX triplet: A0, 00 and B7. RGB value is (160,0,183). Sum of RGB (Red+Green+Blue) = 160+0+183=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #A000B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000B7 is #5FFF48. Grayscale: #444444. Windows color (decimal): -6291273 or 11993248. OLE color: 11993248.
HSL color Cylindrical-coordinate representation of color #A000B7: hue angle of 292.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000B7 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 0 | 183 | - |
| CMYK | 0.13 | 1 | 0 | 0.28 |
| HSL | 292.46º | 1% | 0.36% | - |
| HSV(B) | 292.46º | 1% | 0.72% | - |
| XYZ | 23.04 | 10.89 | 45.69 | - |
| YUV | 68.7 | 192.51 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 183 | 0.13 | 1 | 0 | 0.28 | 292.46 | 1 | 0.36 |
| Hex | A0 | 0 | B7 | D | 64 | 0 | 1C | 124 | 64 | 24 |
| Octal | 240 | 0 | 267 | 15 | 144 | 0 | 34 | 444 | 144 | 44 |
| Binary | 10100000 | 0 | 10110111 | 1101 | 1100100 | 0 | 11100 | 100100100 | 1100100 | 100100 |
Color Harmonies of #A000B7
Complementary color
Monochromatic Colors of #A000B7
Black with #A000B7
Text Example
Text Example
White with #A000B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000B7; }
p { color: rgb(160,0,183); }
H1.HeaderClassName
{
color: #A000B7;
}
.AnyTagClassName
{
color: #A000B7;
}
</style>
background-color css
<style>
a { background-color: #A000B7; }
a { background-color: rgb(160,0,183); }
div.DivClassName
{
background-color: #A000B7;
}
.BgClassName
{
background-color: #A000B7;
}
</style>
border-color css
<style>
span { border-color: #A000B7; }
span { border-color: rgb(160,0,183); }
td.TdClassName
{
border-color: #A000B7;
}
.TagClassName
{
border-color: #A000B7;
}
</style>