Shades of Violet Blue #A060A4
Tints of Violet Blue #A060A4
RGB
CMYK
RGB Variations
Color information
#A060A4 (or 0xA060A4) is known color: Violet Blue. HEX triplet: A0, 60 and A4. RGB value is (160,96,164). Sum of RGB (Red+Green+Blue) = 160+96+164=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #A060A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A060A4 is #5F9F5B. Grayscale: #7A7A7A. Windows color (decimal): -6266716 or 10772640. OLE color: 10772640.
HSL color Cylindrical-coordinate representation of color #A060A4: hue angle of 296.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A060A4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 96 | 164 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.36 |
| HSL | 296.47º | 0.27% | 0.51% | - |
| HSV(B) | 296.47º | 0.41% | 0.64% | - |
| XYZ | 25.38 | 18.52 | 37.36 | - |
| YUV | 122.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 164 | 0.02 | 0.41 | 0 | 0.36 | 296.47 | 0.27 | 0.51 |
| Hex | A0 | 60 | A4 | 2 | 29 | 0 | 24 | 128 | 1B | 33 |
| Octal | 240 | 140 | 244 | 2 | 51 | 0 | 44 | 450 | 33 | 63 |
| Binary | 10100000 | 1100000 | 10100100 | 10 | 101001 | 0 | 100100 | 100101000 | 11011 | 110011 |
Color Harmonies of #A060A4
Complementary color
Monochromatic Colors of #A060A4
Black with #A060A4
Text Example
Text Example
White with #A060A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060A4; }
p { color: rgb(160,96,164); }
H1.HeaderClassName
{
color: #A060A4;
}
.AnyTagClassName
{
color: #A060A4;
}
</style>
background-color css
<style>
a { background-color: #A060A4; }
a { background-color: rgb(160,96,164); }
div.DivClassName
{
background-color: #A060A4;
}
.BgClassName
{
background-color: #A060A4;
}
</style>
border-color css
<style>
span { border-color: #A060A4; }
span { border-color: rgb(160,96,164); }
td.TdClassName
{
border-color: #A060A4;
}
.TagClassName
{
border-color: #A060A4;
}
</style>