Shades of Violet Blue #A149A1
Tints of Violet Blue #A149A1
RGB
CMYK
RGB Variations
Color information
#A149A1 (or 0xA149A1) is known color: Violet Blue. HEX triplet: A1, 49 and A1. RGB value is (161,73,161). Sum of RGB (Red+Green+Blue) = 161+73+161=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A149A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A149A1 is #5EB65E. Grayscale: #6D6D6D. Windows color (decimal): -6207071 or 10570145. OLE color: 10570145.
HSL color Cylindrical-coordinate representation of color #A149A1: hue angle of 300º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A149A1 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 161 | - |
| CMYK | 0 | 0.55 | 0 | 0.37 |
| HSL | 300º | 0.38% | 0.46% | - |
| HSV(B) | 300º | 0.55% | 0.63% | - |
| XYZ | 23.51 | 14.92 | 35.36 | - |
| YUV | 109.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 161 | 0 | 0.55 | 0 | 0.37 | 300 | 0.38 | 0.46 |
| Hex | A1 | 49 | A1 | 0 | 37 | 0 | 25 | 12C | 26 | 2E |
| Octal | 241 | 111 | 241 | 0 | 67 | 0 | 45 | 454 | 46 | 56 |
| Binary | 10100001 | 1001001 | 10100001 | 0 | 110111 | 0 | 100101 | 100101100 | 100110 | 101110 |
Color Harmonies of #A149A1
Complementary color
Monochromatic Colors of #A149A1
Black with #A149A1
Text Example
Text Example
White with #A149A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149A1; }
p { color: rgb(161,73,161); }
H1.HeaderClassName
{
color: #A149A1;
}
.AnyTagClassName
{
color: #A149A1;
}
</style>
background-color css
<style>
a { background-color: #A149A1; }
a { background-color: rgb(161,73,161); }
div.DivClassName
{
background-color: #A149A1;
}
.BgClassName
{
background-color: #A149A1;
}
</style>
border-color css
<style>
span { border-color: #A149A1; }
span { border-color: rgb(161,73,161); }
td.TdClassName
{
border-color: #A149A1;
}
.TagClassName
{
border-color: #A149A1;
}
</style>