Shades of Dark Violet #A000B2
Tints of Dark Violet #A000B2
RGB
CMYK
RGB Variations
Color information
#A000B2 (or 0xA000B2) is known color: Dark Violet. HEX triplet: A0, 00 and B2. RGB value is (160,0,178). Sum of RGB (Red+Green+Blue) = 160+0+178=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #A000B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000B2 is #5FFF4D. Grayscale: #434343. Windows color (decimal): -6291278 or 11665568. OLE color: 11665568.
HSL color Cylindrical-coordinate representation of color #A000B2: hue angle of 293.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000B2 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 0 | 178 | - |
| CMYK | 0.10 | 1 | 0 | 0.30 |
| HSL | 293.93º | 1% | 0.35% | - |
| HSV(B) | 293.93º | 1% | 0.7% | - |
| XYZ | 22.53 | 10.69 | 42.99 | - |
| YUV | 68.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 178 | 0.10 | 1 | 0 | 0.30 | 293.93 | 1 | 0.35 |
| Hex | A0 | 0 | B2 | A | 64 | 0 | 1E | 126 | 64 | 23 |
| Octal | 240 | 0 | 262 | 12 | 144 | 0 | 36 | 446 | 144 | 43 |
| Binary | 10100000 | 0 | 10110010 | 1010 | 1100100 | 0 | 11110 | 100100110 | 1100100 | 100011 |
Color Harmonies of #A000B2
Complementary color
Monochromatic Colors of #A000B2
Black with #A000B2
Text Example
Text Example
White with #A000B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000B2; }
p { color: rgb(160,0,178); }
H1.HeaderClassName
{
color: #A000B2;
}
.AnyTagClassName
{
color: #A000B2;
}
</style>
background-color css
<style>
a { background-color: #A000B2; }
a { background-color: rgb(160,0,178); }
div.DivClassName
{
background-color: #A000B2;
}
.BgClassName
{
background-color: #A000B2;
}
</style>
border-color css
<style>
span { border-color: #A000B2; }
span { border-color: rgb(160,0,178); }
td.TdClassName
{
border-color: #A000B2;
}
.TagClassName
{
border-color: #A000B2;
}
</style>