Shades of Violet Blue #A05AAC
Tints of Violet Blue #A05AAC
RGB
CMYK
RGB Variations
Color information
#A05AAC (or 0xA05AAC) is known color: Violet Blue. HEX triplet: A0, 5A and AC. RGB value is (160,90,172). Sum of RGB (Red+Green+Blue) = 160+90+172=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #A05AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05AAC is #5FA553. Grayscale: #787878. Windows color (decimal): -6268244 or 11295392. OLE color: 11295392.
HSL color Cylindrical-coordinate representation of color #A05AAC: hue angle of 291.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05AAC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 90 | 172 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.33 |
| HSL | 291.22º | 0.33% | 0.51% | - |
| HSV(B) | 291.22º | 0.48% | 0.67% | - |
| XYZ | 25.6 | 17.76 | 41.11 | - |
| YUV | 120.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 172 | 0.07 | 0.48 | 0 | 0.33 | 291.22 | 0.33 | 0.51 |
| Hex | A0 | 5A | AC | 7 | 30 | 0 | 21 | 123 | 21 | 33 |
| Octal | 240 | 132 | 254 | 7 | 60 | 0 | 41 | 443 | 41 | 63 |
| Binary | 10100000 | 1011010 | 10101100 | 111 | 110000 | 0 | 100001 | 100100011 | 100001 | 110011 |
Color Harmonies of #A05AAC
Complementary color
Monochromatic Colors of #A05AAC
Black with #A05AAC
Text Example
Text Example
White with #A05AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AAC; }
p { color: rgb(160,90,172); }
H1.HeaderClassName
{
color: #A05AAC;
}
.AnyTagClassName
{
color: #A05AAC;
}
</style>
background-color css
<style>
a { background-color: #A05AAC; }
a { background-color: rgb(160,90,172); }
div.DivClassName
{
background-color: #A05AAC;
}
.BgClassName
{
background-color: #A05AAC;
}
</style>
border-color css
<style>
span { border-color: #A05AAC; }
span { border-color: rgb(160,90,172); }
td.TdClassName
{
border-color: #A05AAC;
}
.TagClassName
{
border-color: #A05AAC;
}
</style>