Shades of Violet Blue #A55BA7
Tints of Violet Blue #A55BA7
RGB
CMYK
RGB Variations
Color information
#A55BA7 (or 0xA55BA7) is known color: Violet Blue. HEX triplet: A5, 5B and A7. RGB value is (165,91,167). Sum of RGB (Red+Green+Blue) = 165+91+167=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 167 - color contains mainly: blue. Hex color #A55BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BA7 is #5AA458. Grayscale: #797979. Windows color (decimal): -5940313 or 10967973. OLE color: 10967973.
HSL color Cylindrical-coordinate representation of color #A55BA7: hue angle of 298.42º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55BA7 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 91 | 167 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.35 |
| HSL | 298.42º | 0.3% | 0.51% | - |
| HSV(B) | 298.42º | 0.46% | 0.65% | - |
| XYZ | 26.23 | 18.27 | 38.7 | - |
| YUV | 121.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 167 | 0.01 | 0.46 | 0 | 0.35 | 298.42 | 0.3 | 0.51 |
| Hex | A5 | 5B | A7 | 1 | 2E | 0 | 23 | 12A | 1E | 33 |
| Octal | 245 | 133 | 247 | 1 | 56 | 0 | 43 | 452 | 36 | 63 |
| Binary | 10100101 | 1011011 | 10100111 | 1 | 101110 | 0 | 100011 | 100101010 | 11110 | 110011 |
Color Harmonies of #A55BA7
Complementary color
Monochromatic Colors of #A55BA7
Black with #A55BA7
Text Example
Text Example
White with #A55BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BA7; }
p { color: rgb(165,91,167); }
H1.HeaderClassName
{
color: #A55BA7;
}
.AnyTagClassName
{
color: #A55BA7;
}
</style>
background-color css
<style>
a { background-color: #A55BA7; }
a { background-color: rgb(165,91,167); }
div.DivClassName
{
background-color: #A55BA7;
}
.BgClassName
{
background-color: #A55BA7;
}
</style>
border-color css
<style>
span { border-color: #A55BA7; }
span { border-color: rgb(165,91,167); }
td.TdClassName
{
border-color: #A55BA7;
}
.TagClassName
{
border-color: #A55BA7;
}
</style>