Shades of Violet Blue #A55E95
Tints of Violet Blue #A55E95
RGB
CMYK
RGB Variations
Color information
#A55E95 (or 0xA55E95) is known color: Violet Blue. HEX triplet: A5, 5E and 95. RGB value is (165,94,149). Sum of RGB (Red+Green+Blue) = 165+94+149=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E95 is #5AA16A. Grayscale: #797979. Windows color (decimal): -5939563 or 9789093. OLE color: 9789093.
HSL color Cylindrical-coordinate representation of color #A55E95: hue angle of 313.52º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E95 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 149 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.35 |
| HSL | 313.52º | 0.28% | 0.51% | - |
| HSV(B) | 313.52º | 0.43% | 0.65% | - |
| XYZ | 24.94 | 18.17 | 30.63 | - |
| YUV | 121.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 149 | 0 | 0.43 | 0.10 | 0.35 | 313.52 | 0.28 | 0.51 |
| Hex | A5 | 5E | 95 | 0 | 2B | A | 23 | 13A | 1C | 33 |
| Octal | 245 | 136 | 225 | 0 | 53 | 12 | 43 | 472 | 34 | 63 |
| Binary | 10100101 | 1011110 | 10010101 | 0 | 101011 | 1010 | 100011 | 100111010 | 11100 | 110011 |
Color Harmonies of #A55E95
Complementary color
Monochromatic Colors of #A55E95
Black with #A55E95
Text Example
Text Example
White with #A55E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E95; }
p { color: rgb(165,94,149); }
H1.HeaderClassName
{
color: #A55E95;
}
.AnyTagClassName
{
color: #A55E95;
}
</style>
background-color css
<style>
a { background-color: #A55E95; }
a { background-color: rgb(165,94,149); }
div.DivClassName
{
background-color: #A55E95;
}
.BgClassName
{
background-color: #A55E95;
}
</style>
border-color css
<style>
span { border-color: #A55E95; }
span { border-color: rgb(165,94,149); }
td.TdClassName
{
border-color: #A55E95;
}
.TagClassName
{
border-color: #A55E95;
}
</style>