Shades of Violet Blue #A55191
Tints of Violet Blue #A55191
RGB
CMYK
RGB Variations
Color information
#A55191 (or 0xA55191) is known color: Violet Blue. HEX triplet: A5, 51 and 91. RGB value is (165,81,145). Sum of RGB (Red+Green+Blue) = 165+81+145=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A55191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55191 is #5AAE6E. Grayscale: #717171. Windows color (decimal): -5942895 or 9523621. OLE color: 9523621.
HSL color Cylindrical-coordinate representation of color #A55191: hue angle of 314.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55191 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 145 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.35 |
| HSL | 314.29º | 0.34% | 0.48% | - |
| HSV(B) | 314.29º | 0.51% | 0.65% | - |
| XYZ | 23.57 | 15.93 | 28.62 | - |
| YUV | 113.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 145 | 0 | 0.51 | 0.12 | 0.35 | 314.29 | 0.34 | 0.48 |
| Hex | A5 | 51 | 91 | 0 | 33 | C | 23 | 13A | 22 | 30 |
| Octal | 245 | 121 | 221 | 0 | 63 | 14 | 43 | 472 | 42 | 60 |
| Binary | 10100101 | 1010001 | 10010001 | 0 | 110011 | 1100 | 100011 | 100111010 | 100010 | 110000 |
Color Harmonies of #A55191
Complementary color
Monochromatic Colors of #A55191
Black with #A55191
Text Example
Text Example
White with #A55191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55191; }
p { color: rgb(165,81,145); }
H1.HeaderClassName
{
color: #A55191;
}
.AnyTagClassName
{
color: #A55191;
}
</style>
background-color css
<style>
a { background-color: #A55191; }
a { background-color: rgb(165,81,145); }
div.DivClassName
{
background-color: #A55191;
}
.BgClassName
{
background-color: #A55191;
}
</style>
border-color css
<style>
span { border-color: #A55191; }
span { border-color: rgb(165,81,145); }
td.TdClassName
{
border-color: #A55191;
}
.TagClassName
{
border-color: #A55191;
}
</style>