Shades of Violet Blue #A55AB1
Tints of Violet Blue #A55AB1
RGB
CMYK
RGB Variations
Color information
#A55AB1 (or 0xA55AB1) is known color: Violet Blue. HEX triplet: A5, 5A and B1. RGB value is (165,90,177). Sum of RGB (Red+Green+Blue) = 165+90+177=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A55AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AB1 is #5AA54E. Grayscale: #7A7A7A. Windows color (decimal): -5940559 or 11623077. OLE color: 11623077.
HSL color Cylindrical-coordinate representation of color #A55AB1: hue angle of 291.72º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55AB1 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 90 | 177 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.31 |
| HSL | 291.72º | 0.36% | 0.52% | - |
| HSV(B) | 291.72º | 0.49% | 0.69% | - |
| XYZ | 27.11 | 18.49 | 43.73 | - |
| YUV | 122.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 177 | 0.07 | 0.49 | 0 | 0.31 | 291.72 | 0.36 | 0.52 |
| Hex | A5 | 5A | B1 | 7 | 31 | 0 | 1F | 124 | 24 | 34 |
| Octal | 245 | 132 | 261 | 7 | 61 | 0 | 37 | 444 | 44 | 64 |
| Binary | 10100101 | 1011010 | 10110001 | 111 | 110001 | 0 | 11111 | 100100100 | 100100 | 110100 |
Color Harmonies of #A55AB1
Complementary color
Monochromatic Colors of #A55AB1
Black with #A55AB1
Text Example
Text Example
White with #A55AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AB1; }
p { color: rgb(165,90,177); }
H1.HeaderClassName
{
color: #A55AB1;
}
.AnyTagClassName
{
color: #A55AB1;
}
</style>
background-color css
<style>
a { background-color: #A55AB1; }
a { background-color: rgb(165,90,177); }
div.DivClassName
{
background-color: #A55AB1;
}
.BgClassName
{
background-color: #A55AB1;
}
</style>
border-color css
<style>
span { border-color: #A55AB1; }
span { border-color: rgb(165,90,177); }
td.TdClassName
{
border-color: #A55AB1;
}
.TagClassName
{
border-color: #A55AB1;
}
</style>