Shades of Dark Violet #A10AB4
Tints of Dark Violet #A10AB4
RGB
CMYK
RGB Variations
Color information
#A10AB4 (or 0xA10AB4) is known color: Dark Violet. HEX triplet: A1, 0A and B4. RGB value is (161,10,180). Sum of RGB (Red+Green+Blue) = 161+10+180=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #A10AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AB4 is #5EF54B. Grayscale: #4A4A4A. Windows color (decimal): -6223180 or 11799201. OLE color: 11799201.
HSL color Cylindrical-coordinate representation of color #A10AB4: hue angle of 293.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AB4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 10 | 180 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.29 |
| HSL | 293.29º | 0.89% | 0.37% | - |
| HSV(B) | 293.29º | 0.94% | 0.71% | - |
| XYZ | 23.04 | 11.09 | 44.11 | - |
| YUV | 74.53 | 187.53 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 180 | 0.11 | 0.94 | 0 | 0.29 | 293.29 | 0.89 | 0.37 |
| Hex | A1 | A | B4 | B | 5E | 0 | 1D | 125 | 59 | 25 |
| Octal | 241 | 12 | 264 | 13 | 136 | 0 | 35 | 445 | 131 | 45 |
| Binary | 10100001 | 1010 | 10110100 | 1011 | 1011110 | 0 | 11101 | 100100101 | 1011001 | 100101 |
Color Harmonies of #A10AB4
Complementary color
Monochromatic Colors of #A10AB4
Black with #A10AB4
Text Example
Text Example
White with #A10AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AB4; }
p { color: rgb(161,10,180); }
H1.HeaderClassName
{
color: #A10AB4;
}
.AnyTagClassName
{
color: #A10AB4;
}
</style>
background-color css
<style>
a { background-color: #A10AB4; }
a { background-color: rgb(161,10,180); }
div.DivClassName
{
background-color: #A10AB4;
}
.BgClassName
{
background-color: #A10AB4;
}
</style>
border-color css
<style>
span { border-color: #A10AB4; }
span { border-color: rgb(161,10,180); }
td.TdClassName
{
border-color: #A10AB4;
}
.TagClassName
{
border-color: #A10AB4;
}
</style>