Shades of Violet Blue #A05BAB
Tints of Violet Blue #A05BAB
RGB
CMYK
RGB Variations
Color information
#A05BAB (or 0xA05BAB) is known color: Violet Blue. HEX triplet: A0, 5B and AB. RGB value is (160,91,171). Sum of RGB (Red+Green+Blue) = 160+91+171=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAB is #5FA454. Grayscale: #787878. Windows color (decimal): -6267989 or 11230112. OLE color: 11230112.
HSL color Cylindrical-coordinate representation of color #A05BAB: hue angle of 291.75º 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 #A05BAB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 91 | 171 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.33 |
| HSL | 291.75º | 0.32% | 0.51% | - |
| HSV(B) | 291.75º | 0.47% | 0.67% | - |
| XYZ | 25.59 | 17.9 | 40.63 | - |
| YUV | 120.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 171 | 0.06 | 0.47 | 0 | 0.33 | 291.75 | 0.32 | 0.51 |
| Hex | A0 | 5B | AB | 6 | 2F | 0 | 21 | 124 | 20 | 33 |
| Octal | 240 | 133 | 253 | 6 | 57 | 0 | 41 | 444 | 40 | 63 |
| Binary | 10100000 | 1011011 | 10101011 | 110 | 101111 | 0 | 100001 | 100100100 | 100000 | 110011 |
Color Harmonies of #A05BAB
Complementary color
Monochromatic Colors of #A05BAB
Black with #A05BAB
Text Example
Text Example
White with #A05BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BAB; }
p { color: rgb(160,91,171); }
H1.HeaderClassName
{
color: #A05BAB;
}
.AnyTagClassName
{
color: #A05BAB;
}
</style>
background-color css
<style>
a { background-color: #A05BAB; }
a { background-color: rgb(160,91,171); }
div.DivClassName
{
background-color: #A05BAB;
}
.BgClassName
{
background-color: #A05BAB;
}
</style>
border-color css
<style>
span { border-color: #A05BAB; }
span { border-color: rgb(160,91,171); }
td.TdClassName
{
border-color: #A05BAB;
}
.TagClassName
{
border-color: #A05BAB;
}
</style>