Shades of Violet Blue #A05BAC
Tints of Violet Blue #A05BAC
RGB
CMYK
RGB Variations
Color information
#A05BAC (or 0xA05BAC) is known color: Violet Blue. HEX triplet: A0, 5B and AC. RGB value is (160,91,172). Sum of RGB (Red+Green+Blue) = 160+91+172=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #A05BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAC is #5FA453. Grayscale: #787878. Windows color (decimal): -6267988 or 11295648. OLE color: 11295648.
HSL color Cylindrical-coordinate representation of color #A05BAC: hue angle of 291.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05BAC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 91 | 172 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.33 |
| HSL | 291.11º | 0.33% | 0.52% | - |
| HSV(B) | 291.11º | 0.47% | 0.67% | - |
| XYZ | 25.68 | 17.93 | 41.14 | - |
| YUV | 120.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 172 | 0.07 | 0.47 | 0 | 0.33 | 291.11 | 0.33 | 0.52 |
| Hex | A0 | 5B | AC | 7 | 2F | 0 | 21 | 123 | 21 | 34 |
| Octal | 240 | 133 | 254 | 7 | 57 | 0 | 41 | 443 | 41 | 64 |
| Binary | 10100000 | 1011011 | 10101100 | 111 | 101111 | 0 | 100001 | 100100011 | 100001 | 110100 |
Color Harmonies of #A05BAC
Complementary color
Monochromatic Colors of #A05BAC
Black with #A05BAC
Text Example
Text Example
White with #A05BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BAC; }
p { color: rgb(160,91,172); }
H1.HeaderClassName
{
color: #A05BAC;
}
.AnyTagClassName
{
color: #A05BAC;
}
</style>
background-color css
<style>
a { background-color: #A05BAC; }
a { background-color: rgb(160,91,172); }
div.DivClassName
{
background-color: #A05BAC;
}
.BgClassName
{
background-color: #A05BAC;
}
</style>
border-color css
<style>
span { border-color: #A05BAC; }
span { border-color: rgb(160,91,172); }
td.TdClassName
{
border-color: #A05BAC;
}
.TagClassName
{
border-color: #A05BAC;
}
</style>