Shades of Violet Blue #A05BAA
Tints of Violet Blue #A05BAA
RGB
CMYK
RGB Variations
Color information
#A05BAA (or 0xA05BAA) is known color: Violet Blue. HEX triplet: A0, 5B and AA. RGB value is (160,91,170). Sum of RGB (Red+Green+Blue) = 160+91+170=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A05BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAA is #5FA455. Grayscale: #787878. Windows color (decimal): -6267990 or 11164576. OLE color: 11164576.
HSL color Cylindrical-coordinate representation of color #A05BAA: hue angle of 292.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05BAA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 91 | 170 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.33 |
| HSL | 292.41º | 0.32% | 0.51% | - |
| HSV(B) | 292.41º | 0.46% | 0.67% | - |
| XYZ | 25.49 | 17.86 | 40.13 | - |
| YUV | 120.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 170 | 0.06 | 0.46 | 0 | 0.33 | 292.41 | 0.32 | 0.51 |
| Hex | A0 | 5B | AA | 6 | 2E | 0 | 21 | 124 | 20 | 33 |
| Octal | 240 | 133 | 252 | 6 | 56 | 0 | 41 | 444 | 40 | 63 |
| Binary | 10100000 | 1011011 | 10101010 | 110 | 101110 | 0 | 100001 | 100100100 | 100000 | 110011 |
Color Harmonies of #A05BAA
Complementary color
Monochromatic Colors of #A05BAA
Black with #A05BAA
Text Example
Text Example
White with #A05BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BAA; }
p { color: rgb(160,91,170); }
H1.HeaderClassName
{
color: #A05BAA;
}
.AnyTagClassName
{
color: #A05BAA;
}
</style>
background-color css
<style>
a { background-color: #A05BAA; }
a { background-color: rgb(160,91,170); }
div.DivClassName
{
background-color: #A05BAA;
}
.BgClassName
{
background-color: #A05BAA;
}
</style>
border-color css
<style>
span { border-color: #A05BAA; }
span { border-color: rgb(160,91,170); }
td.TdClassName
{
border-color: #A05BAA;
}
.TagClassName
{
border-color: #A05BAA;
}
</style>