Shades of Violet Blue #A055A0
Tints of Violet Blue #A055A0
RGB
CMYK
RGB Variations
Color information
#A055A0 (or 0xA055A0) is known color: Violet Blue. HEX triplet: A0, 55 and A0. RGB value is (160,85,160). Sum of RGB (Red+Green+Blue) = 160+85+160=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A055A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055A0 is #5FAA5F. Grayscale: #737373. Windows color (decimal): -6269536 or 10507680. OLE color: 10507680.
HSL color Cylindrical-coordinate representation of color #A055A0: hue angle of 300º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A055A0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 160 | - |
| CMYK | 0 | 0.47 | 0 | 0.37 |
| HSL | 300º | 0.31% | 0.48% | - |
| HSV(B) | 300º | 0.47% | 0.63% | - |
| XYZ | 24.09 | 16.51 | 35.17 | - |
| YUV | 115.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 160 | 0 | 0.47 | 0 | 0.37 | 300 | 0.31 | 0.48 |
| Hex | A0 | 55 | A0 | 0 | 2F | 0 | 25 | 12C | 1F | 30 |
| Octal | 240 | 125 | 240 | 0 | 57 | 0 | 45 | 454 | 37 | 60 |
| Binary | 10100000 | 1010101 | 10100000 | 0 | 101111 | 0 | 100101 | 100101100 | 11111 | 110000 |
Color Harmonies of #A055A0
Complementary color
Monochromatic Colors of #A055A0
Black with #A055A0
Text Example
Text Example
White with #A055A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055A0; }
p { color: rgb(160,85,160); }
H1.HeaderClassName
{
color: #A055A0;
}
.AnyTagClassName
{
color: #A055A0;
}
</style>
background-color css
<style>
a { background-color: #A055A0; }
a { background-color: rgb(160,85,160); }
div.DivClassName
{
background-color: #A055A0;
}
.BgClassName
{
background-color: #A055A0;
}
</style>
border-color css
<style>
span { border-color: #A055A0; }
span { border-color: rgb(160,85,160); }
td.TdClassName
{
border-color: #A055A0;
}
.TagClassName
{
border-color: #A055A0;
}
</style>