Shades of Dark Violet #A010B2
Tints of Dark Violet #A010B2
RGB
CMYK
RGB Variations
Color information
#A010B2 (or 0xA010B2) is known color: Dark Violet. HEX triplet: A0, 10 and B2. RGB value is (160,16,178). Sum of RGB (Red+Green+Blue) = 160+16+178=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #A010B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010B2 is #5FEF4D. Grayscale: #4D4D4D. Windows color (decimal): -6287182 or 11669664. OLE color: 11669664.
HSL color Cylindrical-coordinate representation of color #A010B2: hue angle of 293.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010B2 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 16 | 178 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.30 |
| HSL | 293.33º | 0.84% | 0.38% | - |
| HSV(B) | 293.33º | 0.91% | 0.7% | - |
| XYZ | 22.72 | 11.06 | 43.06 | - |
| YUV | 77.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 178 | 0.10 | 0.91 | 0 | 0.30 | 293.33 | 0.84 | 0.38 |
| Hex | A0 | 10 | B2 | A | 5B | 0 | 1E | 125 | 54 | 26 |
| Octal | 240 | 20 | 262 | 12 | 133 | 0 | 36 | 445 | 124 | 46 |
| Binary | 10100000 | 10000 | 10110010 | 1010 | 1011011 | 0 | 11110 | 100100101 | 1010100 | 100110 |
Color Harmonies of #A010B2
Complementary color
Monochromatic Colors of #A010B2
Black with #A010B2
Text Example
Text Example
White with #A010B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010B2; }
p { color: rgb(160,16,178); }
H1.HeaderClassName
{
color: #A010B2;
}
.AnyTagClassName
{
color: #A010B2;
}
</style>
background-color css
<style>
a { background-color: #A010B2; }
a { background-color: rgb(160,16,178); }
div.DivClassName
{
background-color: #A010B2;
}
.BgClassName
{
background-color: #A010B2;
}
</style>
border-color css
<style>
span { border-color: #A010B2; }
span { border-color: rgb(160,16,178); }
td.TdClassName
{
border-color: #A010B2;
}
.TagClassName
{
border-color: #A010B2;
}
</style>