Shades of Violet Blue #A964A3
Tints of Violet Blue #A964A3
RGB
CMYK
RGB Variations
Color information
#A964A3 (or 0xA964A3) is known color: Violet Blue. HEX triplet: A9, 64 and A3. RGB value is (169,100,163). Sum of RGB (Red+Green+Blue) = 169+100+163=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A964A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964A3 is #569B5C. Grayscale: #7F7F7F. Windows color (decimal): -5675869 or 10708137. OLE color: 10708137.
HSL color Cylindrical-coordinate representation of color #A964A3: hue angle of 305.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A964A3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 163 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.34 |
| HSL | 305.22º | 0.29% | 0.53% | - |
| HSV(B) | 305.22º | 0.41% | 0.66% | - |
| XYZ | 27.53 | 20.19 | 37.1 | - |
| YUV | 127.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 163 | 0 | 0.41 | 0.04 | 0.34 | 305.22 | 0.29 | 0.53 |
| Hex | A9 | 64 | A3 | 0 | 29 | 4 | 22 | 131 | 1D | 35 |
| Octal | 251 | 144 | 243 | 0 | 51 | 4 | 42 | 461 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10100011 | 0 | 101001 | 100 | 100010 | 100110001 | 11101 | 110101 |
Color Harmonies of #A964A3
Complementary color
Monochromatic Colors of #A964A3
Black with #A964A3
Text Example
Text Example
White with #A964A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964A3; }
p { color: rgb(169,100,163); }
H1.HeaderClassName
{
color: #A964A3;
}
.AnyTagClassName
{
color: #A964A3;
}
</style>
background-color css
<style>
a { background-color: #A964A3; }
a { background-color: rgb(169,100,163); }
div.DivClassName
{
background-color: #A964A3;
}
.BgClassName
{
background-color: #A964A3;
}
</style>
border-color css
<style>
span { border-color: #A964A3; }
span { border-color: rgb(169,100,163); }
td.TdClassName
{
border-color: #A964A3;
}
.TagClassName
{
border-color: #A964A3;
}
</style>