Shades of Violet Blue #A55EA4
Tints of Violet Blue #A55EA4
RGB
CMYK
RGB Variations
Color information
#A55EA4 (or 0xA55EA4) is known color: Violet Blue. HEX triplet: A5, 5E and A4. RGB value is (165,94,164). Sum of RGB (Red+Green+Blue) = 165+94+164=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A55EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EA4 is #5AA15B. Grayscale: #7B7B7B. Windows color (decimal): -5939548 or 10772133. OLE color: 10772133.
HSL color Cylindrical-coordinate representation of color #A55EA4: hue angle of 300.85º 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 #A55EA4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 164 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.35 |
| HSL | 300.85º | 0.28% | 0.51% | - |
| HSV(B) | 300.85º | 0.43% | 0.65% | - |
| XYZ | 26.22 | 18.69 | 37.35 | - |
| YUV | 123.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 164 | 0 | 0.43 | 0.01 | 0.35 | 300.85 | 0.28 | 0.51 |
| Hex | A5 | 5E | A4 | 0 | 2B | 1 | 23 | 12D | 1C | 33 |
| Octal | 245 | 136 | 244 | 0 | 53 | 1 | 43 | 455 | 34 | 63 |
| Binary | 10100101 | 1011110 | 10100100 | 0 | 101011 | 1 | 100011 | 100101101 | 11100 | 110011 |
Color Harmonies of #A55EA4
Complementary color
Monochromatic Colors of #A55EA4
Black with #A55EA4
Text Example
Text Example
White with #A55EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EA4; }
p { color: rgb(165,94,164); }
H1.HeaderClassName
{
color: #A55EA4;
}
.AnyTagClassName
{
color: #A55EA4;
}
</style>
background-color css
<style>
a { background-color: #A55EA4; }
a { background-color: rgb(165,94,164); }
div.DivClassName
{
background-color: #A55EA4;
}
.BgClassName
{
background-color: #A55EA4;
}
</style>
border-color css
<style>
span { border-color: #A55EA4; }
span { border-color: rgb(165,94,164); }
td.TdClassName
{
border-color: #A55EA4;
}
.TagClassName
{
border-color: #A55EA4;
}
</style>