Shades of Violet Blue #A961A9
Tints of Violet Blue #A961A9
RGB
CMYK
RGB Variations
Color information
#A961A9 (or 0xA961A9) is known color: Violet Blue. HEX triplet: A9, 61 and A9. RGB value is (169,97,169). Sum of RGB (Red+Green+Blue) = 169+97+169=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A961A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A961A9 is #569E56. Grayscale: #7E7E7E. Windows color (decimal): -5676631 or 11100585. OLE color: 11100585.
HSL color Cylindrical-coordinate representation of color #A961A9: 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 #A961A9 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 169 | - |
| CMYK | 0 | 0.43 | 0 | 0.34 |
| HSL | 300º | 0.3% | 0.52% | - |
| HSV(B) | 300º | 0.43% | 0.66% | - |
| XYZ | 27.8 | 19.85 | 39.9 | - |
| YUV | 126.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 169 | 0 | 0.43 | 0 | 0.34 | 300 | 0.3 | 0.52 |
| Hex | A9 | 61 | A9 | 0 | 2B | 0 | 22 | 12C | 1E | 34 |
| Octal | 251 | 141 | 251 | 0 | 53 | 0 | 42 | 454 | 36 | 64 |
| Binary | 10101001 | 1100001 | 10101001 | 0 | 101011 | 0 | 100010 | 100101100 | 11110 | 110100 |
Color Harmonies of #A961A9
Complementary color
Monochromatic Colors of #A961A9
Black with #A961A9
Text Example
Text Example
White with #A961A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961A9; }
p { color: rgb(169,97,169); }
H1.HeaderClassName
{
color: #A961A9;
}
.AnyTagClassName
{
color: #A961A9;
}
</style>
background-color css
<style>
a { background-color: #A961A9; }
a { background-color: rgb(169,97,169); }
div.DivClassName
{
background-color: #A961A9;
}
.BgClassName
{
background-color: #A961A9;
}
</style>
border-color css
<style>
span { border-color: #A961A9; }
span { border-color: rgb(169,97,169); }
td.TdClassName
{
border-color: #A961A9;
}
.TagClassName
{
border-color: #A961A9;
}
</style>