Shades of Dark Violet #A10AB3
Tints of Dark Violet #A10AB3
RGB
CMYK
RGB Variations
Color information
#A10AB3 (or 0xA10AB3) is known color: Dark Violet. HEX triplet: A1, 0A and B3. RGB value is (161,10,179). Sum of RGB (Red+Green+Blue) = 161+10+179=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #A10AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AB3 is #5EF54C. Grayscale: #494949. Windows color (decimal): -6223181 or 11733665. OLE color: 11733665.
HSL color Cylindrical-coordinate representation of color #A10AB3: hue angle of 293.61º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AB3 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 10 | 179 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.30 |
| HSL | 293.61º | 0.89% | 0.37% | - |
| HSV(B) | 293.61º | 0.94% | 0.7% | - |
| XYZ | 22.94 | 11.05 | 43.57 | - |
| YUV | 74.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 179 | 0.10 | 0.94 | 0 | 0.30 | 293.61 | 0.89 | 0.37 |
| Hex | A1 | A | B3 | A | 5E | 0 | 1E | 126 | 59 | 25 |
| Octal | 241 | 12 | 263 | 12 | 136 | 0 | 36 | 446 | 131 | 45 |
| Binary | 10100001 | 1010 | 10110011 | 1010 | 1011110 | 0 | 11110 | 100100110 | 1011001 | 100101 |
Color Harmonies of #A10AB3
Complementary color
Monochromatic Colors of #A10AB3
Black with #A10AB3
Text Example
Text Example
White with #A10AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AB3; }
p { color: rgb(161,10,179); }
H1.HeaderClassName
{
color: #A10AB3;
}
.AnyTagClassName
{
color: #A10AB3;
}
</style>
background-color css
<style>
a { background-color: #A10AB3; }
a { background-color: rgb(161,10,179); }
div.DivClassName
{
background-color: #A10AB3;
}
.BgClassName
{
background-color: #A10AB3;
}
</style>
border-color css
<style>
span { border-color: #A10AB3; }
span { border-color: rgb(161,10,179); }
td.TdClassName
{
border-color: #A10AB3;
}
.TagClassName
{
border-color: #A10AB3;
}
</style>