Shades of Violet Blue #A160AE
Tints of Violet Blue #A160AE
RGB
CMYK
RGB Variations
Color information
#A160AE (or 0xA160AE) is known color: Violet Blue. HEX triplet: A1, 60 and AE. RGB value is (161,96,174). Sum of RGB (Red+Green+Blue) = 161+96+174=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A160AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A160AE is #5E9F51. Grayscale: #7C7C7C. Windows color (decimal): -6201170 or 11428001. OLE color: 11428001.
HSL color Cylindrical-coordinate representation of color #A160AE: hue angle of 290º 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 #A160AE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 96 | 174 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.32 |
| HSL | 290º | 0.33% | 0.53% | - |
| HSV(B) | 290º | 0.45% | 0.68% | - |
| XYZ | 26.52 | 19 | 42.31 | - |
| YUV | 124.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 174 | 0.07 | 0.45 | 0 | 0.32 | 290 | 0.33 | 0.53 |
| Hex | A1 | 60 | AE | 7 | 2D | 0 | 20 | 122 | 20 | 35 |
| Octal | 241 | 140 | 256 | 7 | 55 | 0 | 40 | 442 | 40 | 65 |
| Binary | 10100001 | 1100000 | 10101110 | 111 | 101101 | 0 | 100000 | 100100010 | 100000 | 110101 |
Color Harmonies of #A160AE
Complementary color
Monochromatic Colors of #A160AE
Black with #A160AE
Text Example
Text Example
White with #A160AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A160AE; }
p { color: rgb(161,96,174); }
H1.HeaderClassName
{
color: #A160AE;
}
.AnyTagClassName
{
color: #A160AE;
}
</style>
background-color css
<style>
a { background-color: #A160AE; }
a { background-color: rgb(161,96,174); }
div.DivClassName
{
background-color: #A160AE;
}
.BgClassName
{
background-color: #A160AE;
}
</style>
border-color css
<style>
span { border-color: #A160AE; }
span { border-color: rgb(161,96,174); }
td.TdClassName
{
border-color: #A160AE;
}
.TagClassName
{
border-color: #A160AE;
}
</style>