Shades of Violet Blue #A966A1
Tints of Violet Blue #A966A1
RGB
CMYK
RGB Variations
Color information
#A966A1 (or 0xA966A1) is known color: Violet Blue. HEX triplet: A9, 66 and A1. RGB value is (169,102,161). Sum of RGB (Red+Green+Blue) = 169+102+161=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A966A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A966A1 is #56995E. Grayscale: #808080. Windows color (decimal): -5675359 or 10577577. OLE color: 10577577.
HSL color Cylindrical-coordinate representation of color #A966A1: hue angle of 307.16º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A966A1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 161 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.34 |
| HSL | 307.16º | 0.28% | 0.53% | - |
| HSV(B) | 307.16º | 0.4% | 0.66% | - |
| XYZ | 27.55 | 20.51 | 36.23 | - |
| YUV | 128.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 161 | 0 | 0.40 | 0.05 | 0.34 | 307.16 | 0.28 | 0.53 |
| Hex | A9 | 66 | A1 | 0 | 28 | 5 | 22 | 133 | 1C | 35 |
| Octal | 251 | 146 | 241 | 0 | 50 | 5 | 42 | 463 | 34 | 65 |
| Binary | 10101001 | 1100110 | 10100001 | 0 | 101000 | 101 | 100010 | 100110011 | 11100 | 110101 |
Color Harmonies of #A966A1
Complementary color
Monochromatic Colors of #A966A1
Black with #A966A1
Text Example
Text Example
White with #A966A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A966A1; }
p { color: rgb(169,102,161); }
H1.HeaderClassName
{
color: #A966A1;
}
.AnyTagClassName
{
color: #A966A1;
}
</style>
background-color css
<style>
a { background-color: #A966A1; }
a { background-color: rgb(169,102,161); }
div.DivClassName
{
background-color: #A966A1;
}
.BgClassName
{
background-color: #A966A1;
}
</style>
border-color css
<style>
span { border-color: #A966A1; }
span { border-color: rgb(169,102,161); }
td.TdClassName
{
border-color: #A966A1;
}
.TagClassName
{
border-color: #A966A1;
}
</style>