Shades of Violet Blue #A161AF
Tints of Violet Blue #A161AF
RGB
CMYK
RGB Variations
Color information
#A161AF (or 0xA161AF) is known color: Violet Blue. HEX triplet: A1, 61 and AF. RGB value is (161,97,175). Sum of RGB (Red+Green+Blue) = 161+97+175=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #A161AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161AF is #5E9E50. Grayscale: #7C7C7C. Windows color (decimal): -6200913 or 11493793. OLE color: 11493793.
HSL color Cylindrical-coordinate representation of color #A161AF: hue angle of 289.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A161AF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 97 | 175 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.31 |
| HSL | 289.23º | 0.33% | 0.53% | - |
| HSV(B) | 289.23º | 0.45% | 0.69% | - |
| XYZ | 26.71 | 19.22 | 42.86 | - |
| YUV | 125.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 175 | 0.08 | 0.45 | 0 | 0.31 | 289.23 | 0.33 | 0.53 |
| Hex | A1 | 61 | AF | 8 | 2D | 0 | 1F | 121 | 21 | 35 |
| Octal | 241 | 141 | 257 | 10 | 55 | 0 | 37 | 441 | 41 | 65 |
| Binary | 10100001 | 1100001 | 10101111 | 1000 | 101101 | 0 | 11111 | 100100001 | 100001 | 110101 |
Color Harmonies of #A161AF
Complementary color
Monochromatic Colors of #A161AF
Black with #A161AF
Text Example
Text Example
White with #A161AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161AF; }
p { color: rgb(161,97,175); }
H1.HeaderClassName
{
color: #A161AF;
}
.AnyTagClassName
{
color: #A161AF;
}
</style>
background-color css
<style>
a { background-color: #A161AF; }
a { background-color: rgb(161,97,175); }
div.DivClassName
{
background-color: #A161AF;
}
.BgClassName
{
background-color: #A161AF;
}
</style>
border-color css
<style>
span { border-color: #A161AF; }
span { border-color: rgb(161,97,175); }
td.TdClassName
{
border-color: #A161AF;
}
.TagClassName
{
border-color: #A161AF;
}
</style>