Shades of Violet Blue #A55BB0
Tints of Violet Blue #A55BB0
RGB
CMYK
RGB Variations
Color information
#A55BB0 (or 0xA55BB0) is known color: Violet Blue. HEX triplet: A5, 5B and B0. RGB value is (165,91,176). Sum of RGB (Red+Green+Blue) = 165+91+176=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #A55BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BB0 is #5AA44F. Grayscale: #7A7A7A. Windows color (decimal): -5940304 or 11557797. OLE color: 11557797.
HSL color Cylindrical-coordinate representation of color #A55BB0: hue angle of 292.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55BB0 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 91 | 176 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.31 |
| HSL | 292.24º | 0.35% | 0.52% | - |
| HSV(B) | 292.24º | 0.48% | 0.69% | - |
| XYZ | 27.09 | 18.62 | 43.24 | - |
| YUV | 122.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 176 | 0.06 | 0.48 | 0 | 0.31 | 292.24 | 0.35 | 0.52 |
| Hex | A5 | 5B | B0 | 6 | 30 | 0 | 1F | 124 | 23 | 34 |
| Octal | 245 | 133 | 260 | 6 | 60 | 0 | 37 | 444 | 43 | 64 |
| Binary | 10100101 | 1011011 | 10110000 | 110 | 110000 | 0 | 11111 | 100100100 | 100011 | 110100 |
Color Harmonies of #A55BB0
Complementary color
Monochromatic Colors of #A55BB0
Black with #A55BB0
Text Example
Text Example
White with #A55BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BB0; }
p { color: rgb(165,91,176); }
H1.HeaderClassName
{
color: #A55BB0;
}
.AnyTagClassName
{
color: #A55BB0;
}
</style>
background-color css
<style>
a { background-color: #A55BB0; }
a { background-color: rgb(165,91,176); }
div.DivClassName
{
background-color: #A55BB0;
}
.BgClassName
{
background-color: #A55BB0;
}
</style>
border-color css
<style>
span { border-color: #A55BB0; }
span { border-color: rgb(165,91,176); }
td.TdClassName
{
border-color: #A55BB0;
}
.TagClassName
{
border-color: #A55BB0;
}
</style>