Shades of Violet Blue #A155A1
Tints of Violet Blue #A155A1
RGB
CMYK
RGB Variations
Color information
#A155A1 (or 0xA155A1) is known color: Violet Blue. HEX triplet: A1, 55 and A1. RGB value is (161,85,161). Sum of RGB (Red+Green+Blue) = 161+85+161=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A155A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155A1 is #5EAA5E. Grayscale: #747474. Windows color (decimal): -6203999 or 10573217. OLE color: 10573217.
HSL color Cylindrical-coordinate representation of color #A155A1: hue angle of 300º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A155A1 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 161 | - |
| CMYK | 0 | 0.47 | 0 | 0.37 |
| HSL | 300º | 0.31% | 0.48% | - |
| HSV(B) | 300º | 0.47% | 0.63% | - |
| XYZ | 24.38 | 16.65 | 35.65 | - |
| YUV | 116.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 161 | 0 | 0.47 | 0 | 0.37 | 300 | 0.31 | 0.48 |
| Hex | A1 | 55 | A1 | 0 | 2F | 0 | 25 | 12C | 1F | 30 |
| Octal | 241 | 125 | 241 | 0 | 57 | 0 | 45 | 454 | 37 | 60 |
| Binary | 10100001 | 1010101 | 10100001 | 0 | 101111 | 0 | 100101 | 100101100 | 11111 | 110000 |
Color Harmonies of #A155A1
Complementary color
Monochromatic Colors of #A155A1
Black with #A155A1
Text Example
Text Example
White with #A155A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155A1; }
p { color: rgb(161,85,161); }
H1.HeaderClassName
{
color: #A155A1;
}
.AnyTagClassName
{
color: #A155A1;
}
</style>
background-color css
<style>
a { background-color: #A155A1; }
a { background-color: rgb(161,85,161); }
div.DivClassName
{
background-color: #A155A1;
}
.BgClassName
{
background-color: #A155A1;
}
</style>
border-color css
<style>
span { border-color: #A155A1; }
span { border-color: rgb(161,85,161); }
td.TdClassName
{
border-color: #A155A1;
}
.TagClassName
{
border-color: #A155A1;
}
</style>