Shades of Violet Blue #A55BAB
Tints of Violet Blue #A55BAB
RGB
CMYK
RGB Variations
Color information
#A55BAB (or 0xA55BAB) is known color: Violet Blue. HEX triplet: A5, 5B and AB. RGB value is (165,91,171). Sum of RGB (Red+Green+Blue) = 165+91+171=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A55BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAB is #5AA454. Grayscale: #7A7A7A. Windows color (decimal): -5940309 or 11230117. OLE color: 11230117.
HSL color Cylindrical-coordinate representation of color #A55BAB: hue angle of 295.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55BAB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 91 | 171 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.33 |
| HSL | 295.5º | 0.32% | 0.51% | - |
| HSV(B) | 295.5º | 0.47% | 0.67% | - |
| XYZ | 26.61 | 18.42 | 40.68 | - |
| YUV | 122.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 171 | 0.04 | 0.47 | 0 | 0.33 | 295.5 | 0.32 | 0.51 |
| Hex | A5 | 5B | AB | 4 | 2F | 0 | 21 | 128 | 20 | 33 |
| Octal | 245 | 133 | 253 | 4 | 57 | 0 | 41 | 450 | 40 | 63 |
| Binary | 10100101 | 1011011 | 10101011 | 100 | 101111 | 0 | 100001 | 100101000 | 100000 | 110011 |
Color Harmonies of #A55BAB
Complementary color
Monochromatic Colors of #A55BAB
Black with #A55BAB
Text Example
Text Example
White with #A55BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BAB; }
p { color: rgb(165,91,171); }
H1.HeaderClassName
{
color: #A55BAB;
}
.AnyTagClassName
{
color: #A55BAB;
}
</style>
background-color css
<style>
a { background-color: #A55BAB; }
a { background-color: rgb(165,91,171); }
div.DivClassName
{
background-color: #A55BAB;
}
.BgClassName
{
background-color: #A55BAB;
}
</style>
border-color css
<style>
span { border-color: #A55BAB; }
span { border-color: rgb(165,91,171); }
td.TdClassName
{
border-color: #A55BAB;
}
.TagClassName
{
border-color: #A55BAB;
}
</style>