Shades of Violet Blue #A054AC
Tints of Violet Blue #A054AC
RGB
CMYK
RGB Variations
Color information
#A054AC (or 0xA054AC) is known color: Violet Blue. HEX triplet: A0, 54 and AC. RGB value is (160,84,172). Sum of RGB (Red+Green+Blue) = 160+84+172=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #A054AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A054AC is #5FAB53. Grayscale: #747474. Windows color (decimal): -6269780 or 11293856. OLE color: 11293856.
HSL color Cylindrical-coordinate representation of color #A054AC: hue angle of 291.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A054AC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 84 | 172 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.33 |
| HSL | 291.82º | 0.35% | 0.5% | - |
| HSV(B) | 291.82º | 0.51% | 0.67% | - |
| XYZ | 25.11 | 16.79 | 40.95 | - |
| YUV | 116.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 172 | 0.07 | 0.51 | 0 | 0.33 | 291.82 | 0.35 | 0.5 |
| Hex | A0 | 54 | AC | 7 | 33 | 0 | 21 | 124 | 23 | 32 |
| Octal | 240 | 124 | 254 | 7 | 63 | 0 | 41 | 444 | 43 | 62 |
| Binary | 10100000 | 1010100 | 10101100 | 111 | 110011 | 0 | 100001 | 100100100 | 100011 | 110010 |
Color Harmonies of #A054AC
Complementary color
Monochromatic Colors of #A054AC
Black with #A054AC
Text Example
Text Example
White with #A054AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054AC; }
p { color: rgb(160,84,172); }
H1.HeaderClassName
{
color: #A054AC;
}
.AnyTagClassName
{
color: #A054AC;
}
</style>
background-color css
<style>
a { background-color: #A054AC; }
a { background-color: rgb(160,84,172); }
div.DivClassName
{
background-color: #A054AC;
}
.BgClassName
{
background-color: #A054AC;
}
</style>
border-color css
<style>
span { border-color: #A054AC; }
span { border-color: rgb(160,84,172); }
td.TdClassName
{
border-color: #A054AC;
}
.TagClassName
{
border-color: #A054AC;
}
</style>