Shades of Violet Blue #A160AD
Tints of Violet Blue #A160AD
RGB
CMYK
RGB Variations
Color information
#A160AD (or 0xA160AD) is known color: Violet Blue. HEX triplet: A1, 60 and AD. RGB value is (161,96,173). Sum of RGB (Red+Green+Blue) = 161+96+173=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #A160AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A160AD is #5E9F52. Grayscale: #7B7B7B. Windows color (decimal): -6201171 or 11362465. OLE color: 11362465.
HSL color Cylindrical-coordinate representation of color #A160AD: hue angle of 290.65º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A160AD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 96 | 173 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.32 |
| HSL | 290.65º | 0.32% | 0.53% | - |
| HSV(B) | 290.65º | 0.45% | 0.68% | - |
| XYZ | 26.42 | 18.96 | 41.8 | - |
| YUV | 124.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 173 | 0.07 | 0.45 | 0 | 0.32 | 290.65 | 0.32 | 0.53 |
| Hex | A1 | 60 | AD | 7 | 2D | 0 | 20 | 123 | 20 | 35 |
| Octal | 241 | 140 | 255 | 7 | 55 | 0 | 40 | 443 | 40 | 65 |
| Binary | 10100001 | 1100000 | 10101101 | 111 | 101101 | 0 | 100000 | 100100011 | 100000 | 110101 |
Color Harmonies of #A160AD
Complementary color
Monochromatic Colors of #A160AD
Black with #A160AD
Text Example
Text Example
White with #A160AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A160AD; }
p { color: rgb(161,96,173); }
H1.HeaderClassName
{
color: #A160AD;
}
.AnyTagClassName
{
color: #A160AD;
}
</style>
background-color css
<style>
a { background-color: #A160AD; }
a { background-color: rgb(161,96,173); }
div.DivClassName
{
background-color: #A160AD;
}
.BgClassName
{
background-color: #A160AD;
}
</style>
border-color css
<style>
span { border-color: #A160AD; }
span { border-color: rgb(161,96,173); }
td.TdClassName
{
border-color: #A160AD;
}
.TagClassName
{
border-color: #A160AD;
}
</style>