Shades of Violet Blue #A177A1
Tints of Violet Blue #A177A1
RGB
CMYK
RGB Variations
Color information
#A177A1 (or 0xA177A1) is known color: Violet Blue. HEX triplet: A1, 77 and A1. RGB value is (161,119,161). Sum of RGB (Red+Green+Blue) = 161+119+161=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A177A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A177A1 is #5E885E. Grayscale: #888888. Windows color (decimal): -6195295 or 10581921. OLE color: 10581921.
HSL color Cylindrical-coordinate representation of color #A177A1: hue angle of 300º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A177A1 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 161 | - |
| CMYK | 0 | 0.26 | 0 | 0.37 |
| HSL | 300º | 0.18% | 0.55% | - |
| HSV(B) | 300º | 0.26% | 0.63% | - |
| XYZ | 27.73 | 23.34 | 36.76 | - |
| YUV | 136.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 161 | 0 | 0.26 | 0 | 0.37 | 300 | 0.18 | 0.55 |
| Hex | A1 | 77 | A1 | 0 | 1A | 0 | 25 | 12C | 12 | 37 |
| Octal | 241 | 167 | 241 | 0 | 32 | 0 | 45 | 454 | 22 | 67 |
| Binary | 10100001 | 1110111 | 10100001 | 0 | 11010 | 0 | 100101 | 100101100 | 10010 | 110111 |
Color Harmonies of #A177A1
Complementary color
Monochromatic Colors of #A177A1
Black with #A177A1
Text Example
Text Example
White with #A177A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177A1; }
p { color: rgb(161,119,161); }
H1.HeaderClassName
{
color: #A177A1;
}
.AnyTagClassName
{
color: #A177A1;
}
</style>
background-color css
<style>
a { background-color: #A177A1; }
a { background-color: rgb(161,119,161); }
div.DivClassName
{
background-color: #A177A1;
}
.BgClassName
{
background-color: #A177A1;
}
</style>
border-color css
<style>
span { border-color: #A177A1; }
span { border-color: rgb(161,119,161); }
td.TdClassName
{
border-color: #A177A1;
}
.TagClassName
{
border-color: #A177A1;
}
</style>