Shades of Violet Blue #A960A9
Tints of Violet Blue #A960A9
RGB
CMYK
RGB Variations
Color information
#A960A9 (or 0xA960A9) is known color: Violet Blue. HEX triplet: A9, 60 and A9. RGB value is (169,96,169). Sum of RGB (Red+Green+Blue) = 169+96+169=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A960A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960A9 is #569F56. Grayscale: #7D7D7D. Windows color (decimal): -5676887 or 11100329. OLE color: 11100329.
HSL color Cylindrical-coordinate representation of color #A960A9: hue angle of 300º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A960A9 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 169 | - |
| CMYK | 0 | 0.43 | 0 | 0.34 |
| HSL | 300º | 0.3% | 0.52% | - |
| HSV(B) | 300º | 0.43% | 0.66% | - |
| XYZ | 27.71 | 19.67 | 39.87 | - |
| YUV | 126.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 169 | 0 | 0.43 | 0 | 0.34 | 300 | 0.3 | 0.52 |
| Hex | A9 | 60 | A9 | 0 | 2B | 0 | 22 | 12C | 1E | 34 |
| Octal | 251 | 140 | 251 | 0 | 53 | 0 | 42 | 454 | 36 | 64 |
| Binary | 10101001 | 1100000 | 10101001 | 0 | 101011 | 0 | 100010 | 100101100 | 11110 | 110100 |
Color Harmonies of #A960A9
Complementary color
Monochromatic Colors of #A960A9
Black with #A960A9
Text Example
Text Example
White with #A960A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960A9; }
p { color: rgb(169,96,169); }
H1.HeaderClassName
{
color: #A960A9;
}
.AnyTagClassName
{
color: #A960A9;
}
</style>
background-color css
<style>
a { background-color: #A960A9; }
a { background-color: rgb(169,96,169); }
div.DivClassName
{
background-color: #A960A9;
}
.BgClassName
{
background-color: #A960A9;
}
</style>
border-color css
<style>
span { border-color: #A960A9; }
span { border-color: rgb(169,96,169); }
td.TdClassName
{
border-color: #A960A9;
}
.TagClassName
{
border-color: #A960A9;
}
</style>