Shades of Violet Blue #A160A2
Tints of Violet Blue #A160A2
RGB
CMYK
RGB Variations
Color information
#A160A2 (or 0xA160A2) is known color: Violet Blue. HEX triplet: A1, 60 and A2. RGB value is (161,96,162). Sum of RGB (Red+Green+Blue) = 161+96+162=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #A160A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A160A2 is #5E9F5D. Grayscale: #7A7A7A. Windows color (decimal): -6201182 or 10641569. OLE color: 10641569.
HSL color Cylindrical-coordinate representation of color #A160A2: hue angle of 299.09º degrees, saturation: 0.26, 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 #A160A2 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 96 | 162 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.36 |
| HSL | 299.09º | 0.26% | 0.51% | - |
| HSV(B) | 299.09º | 0.41% | 0.64% | - |
| XYZ | 25.4 | 18.55 | 36.42 | - |
| YUV | 122.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 162 | 0.01 | 0.41 | 0 | 0.36 | 299.09 | 0.26 | 0.51 |
| Hex | A1 | 60 | A2 | 1 | 29 | 0 | 24 | 12B | 1A | 33 |
| Octal | 241 | 140 | 242 | 1 | 51 | 0 | 44 | 453 | 32 | 63 |
| Binary | 10100001 | 1100000 | 10100010 | 1 | 101001 | 0 | 100100 | 100101011 | 11010 | 110011 |
Color Harmonies of #A160A2
Complementary color
Monochromatic Colors of #A160A2
Black with #A160A2
Text Example
Text Example
White with #A160A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A160A2; }
p { color: rgb(161,96,162); }
H1.HeaderClassName
{
color: #A160A2;
}
.AnyTagClassName
{
color: #A160A2;
}
</style>
background-color css
<style>
a { background-color: #A160A2; }
a { background-color: rgb(161,96,162); }
div.DivClassName
{
background-color: #A160A2;
}
.BgClassName
{
background-color: #A160A2;
}
</style>
border-color css
<style>
span { border-color: #A160A2; }
span { border-color: rgb(161,96,162); }
td.TdClassName
{
border-color: #A160A2;
}
.TagClassName
{
border-color: #A160A2;
}
</style>