Shades of Violet Blue #A55AAB
Tints of Violet Blue #A55AAB
RGB
CMYK
RGB Variations
Color information
#A55AAB (or 0xA55AAB) is known color: Violet Blue. HEX triplet: A5, 5A and AB. RGB value is (165,90,171). Sum of RGB (Red+Green+Blue) = 165+90+171=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A55AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AAB is #5AA554. Grayscale: #797979. Windows color (decimal): -5940565 or 11229861. OLE color: 11229861.
HSL color Cylindrical-coordinate representation of color #A55AAB: hue angle of 295.56º degrees, saturation: 0.33, 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 #A55AAB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 90 | 171 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.33 |
| HSL | 295.56º | 0.33% | 0.51% | - |
| HSV(B) | 295.56º | 0.47% | 0.67% | - |
| XYZ | 26.52 | 18.25 | 40.65 | - |
| YUV | 121.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 171 | 0.04 | 0.47 | 0 | 0.33 | 295.56 | 0.33 | 0.51 |
| Hex | A5 | 5A | AB | 4 | 2F | 0 | 21 | 128 | 21 | 33 |
| Octal | 245 | 132 | 253 | 4 | 57 | 0 | 41 | 450 | 41 | 63 |
| Binary | 10100101 | 1011010 | 10101011 | 100 | 101111 | 0 | 100001 | 100101000 | 100001 | 110011 |
Color Harmonies of #A55AAB
Complementary color
Monochromatic Colors of #A55AAB
Black with #A55AAB
Text Example
Text Example
White with #A55AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AAB; }
p { color: rgb(165,90,171); }
H1.HeaderClassName
{
color: #A55AAB;
}
.AnyTagClassName
{
color: #A55AAB;
}
</style>
background-color css
<style>
a { background-color: #A55AAB; }
a { background-color: rgb(165,90,171); }
div.DivClassName
{
background-color: #A55AAB;
}
.BgClassName
{
background-color: #A55AAB;
}
</style>
border-color css
<style>
span { border-color: #A55AAB; }
span { border-color: rgb(165,90,171); }
td.TdClassName
{
border-color: #A55AAB;
}
.TagClassName
{
border-color: #A55AAB;
}
</style>