Shades of Violet Blue #A13AA1
Tints of Violet Blue #A13AA1
RGB
CMYK
RGB Variations
Color information
#A13AA1 (or 0xA13AA1) is known color: Violet Blue. HEX triplet: A1, 3A and A1. RGB value is (161,58,161). Sum of RGB (Red+Green+Blue) = 161+58+161=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A13AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AA1 is #5EC55E. Grayscale: #646464. Windows color (decimal): -6210911 or 10566305. OLE color: 10566305.
HSL color Cylindrical-coordinate representation of color #A13AA1: hue angle of 300º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13AA1 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 161 | - |
| CMYK | 0 | 0.64 | 0 | 0.37 |
| HSL | 300º | 0.47% | 0.43% | - |
| HSV(B) | 300º | 0.64% | 0.63% | - |
| XYZ | 22.64 | 13.18 | 35.07 | - |
| YUV | 100.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 161 | 0 | 0.64 | 0 | 0.37 | 300 | 0.47 | 0.43 |
| Hex | A1 | 3A | A1 | 0 | 40 | 0 | 25 | 12C | 2F | 2B |
| Octal | 241 | 72 | 241 | 0 | 100 | 0 | 45 | 454 | 57 | 53 |
| Binary | 10100001 | 111010 | 10100001 | 0 | 1000000 | 0 | 100101 | 100101100 | 101111 | 101011 |
Color Harmonies of #A13AA1
Complementary color
Monochromatic Colors of #A13AA1
Black with #A13AA1
Text Example
Text Example
White with #A13AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13AA1; }
p { color: rgb(161,58,161); }
H1.HeaderClassName
{
color: #A13AA1;
}
.AnyTagClassName
{
color: #A13AA1;
}
</style>
background-color css
<style>
a { background-color: #A13AA1; }
a { background-color: rgb(161,58,161); }
div.DivClassName
{
background-color: #A13AA1;
}
.BgClassName
{
background-color: #A13AA1;
}
</style>
border-color css
<style>
span { border-color: #A13AA1; }
span { border-color: rgb(161,58,161); }
td.TdClassName
{
border-color: #A13AA1;
}
.TagClassName
{
border-color: #A13AA1;
}
</style>