Shades of Violet Blue #A55EA0
Tints of Violet Blue #A55EA0
RGB
CMYK
RGB Variations
Color information
#A55EA0 (or 0xA55EA0) is known color: Violet Blue. HEX triplet: A5, 5E and A0. RGB value is (165,94,160). Sum of RGB (Red+Green+Blue) = 165+94+160=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A55EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EA0 is #5AA15F. Grayscale: #7A7A7A. Windows color (decimal): -5939552 or 10509989. OLE color: 10509989.
HSL color Cylindrical-coordinate representation of color #A55EA0: hue angle of 304.23º 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 #A55EA0 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 160 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.35 |
| HSL | 304.23º | 0.28% | 0.51% | - |
| HSV(B) | 304.23º | 0.43% | 0.65% | - |
| XYZ | 25.86 | 18.54 | 35.47 | - |
| YUV | 122.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 160 | 0 | 0.43 | 0.03 | 0.35 | 304.23 | 0.28 | 0.51 |
| Hex | A5 | 5E | A0 | 0 | 2B | 3 | 23 | 130 | 1C | 33 |
| Octal | 245 | 136 | 240 | 0 | 53 | 3 | 43 | 460 | 34 | 63 |
| Binary | 10100101 | 1011110 | 10100000 | 0 | 101011 | 11 | 100011 | 100110000 | 11100 | 110011 |
Color Harmonies of #A55EA0
Complementary color
Monochromatic Colors of #A55EA0
Black with #A55EA0
Text Example
Text Example
White with #A55EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EA0; }
p { color: rgb(165,94,160); }
H1.HeaderClassName
{
color: #A55EA0;
}
.AnyTagClassName
{
color: #A55EA0;
}
</style>
background-color css
<style>
a { background-color: #A55EA0; }
a { background-color: rgb(165,94,160); }
div.DivClassName
{
background-color: #A55EA0;
}
.BgClassName
{
background-color: #A55EA0;
}
</style>
border-color css
<style>
span { border-color: #A55EA0; }
span { border-color: rgb(165,94,160); }
td.TdClassName
{
border-color: #A55EA0;
}
.TagClassName
{
border-color: #A55EA0;
}
</style>