Shades of Dark Violet #A10AB1
Tints of Dark Violet #A10AB1
RGB
CMYK
RGB Variations
Color information
#A10AB1 (or 0xA10AB1) is known color: Dark Violet. HEX triplet: A1, 0A and B1. RGB value is (161,10,177). Sum of RGB (Red+Green+Blue) = 161+10+177=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #A10AB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10AB1 is #5EF54E. Grayscale: #494949. Windows color (decimal): -6223183 or 11602593. OLE color: 11602593.
HSL color Cylindrical-coordinate representation of color #A10AB1: hue angle of 294.25º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AB1 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 10 | 177 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.31 |
| HSL | 294.25º | 0.89% | 0.37% | - |
| HSV(B) | 294.25º | 0.94% | 0.69% | - |
| XYZ | 22.74 | 10.97 | 42.51 | - |
| YUV | 74.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 177 | 0.09 | 0.94 | 0 | 0.31 | 294.25 | 0.89 | 0.37 |
| Hex | A1 | A | B1 | 9 | 5E | 0 | 1F | 126 | 59 | 25 |
| Octal | 241 | 12 | 261 | 11 | 136 | 0 | 37 | 446 | 131 | 45 |
| Binary | 10100001 | 1010 | 10110001 | 1001 | 1011110 | 0 | 11111 | 100100110 | 1011001 | 100101 |
Color Harmonies of #A10AB1
Complementary color
Monochromatic Colors of #A10AB1
Black with #A10AB1
Text Example
Text Example
White with #A10AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AB1; }
p { color: rgb(161,10,177); }
H1.HeaderClassName
{
color: #A10AB1;
}
.AnyTagClassName
{
color: #A10AB1;
}
</style>
background-color css
<style>
a { background-color: #A10AB1; }
a { background-color: rgb(161,10,177); }
div.DivClassName
{
background-color: #A10AB1;
}
.BgClassName
{
background-color: #A10AB1;
}
</style>
border-color css
<style>
span { border-color: #A10AB1; }
span { border-color: rgb(161,10,177); }
td.TdClassName
{
border-color: #A10AB1;
}
.TagClassName
{
border-color: #A10AB1;
}
</style>