Shades of Violet Blue #A961AA
Tints of Violet Blue #A961AA
RGB
CMYK
RGB Variations
Color information
#A961AA (or 0xA961AA) is known color: Violet Blue. HEX triplet: A9, 61 and AA. RGB value is (169,97,170). Sum of RGB (Red+Green+Blue) = 169+97+170=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A961AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A961AA is #569E55. Grayscale: #7E7E7E. Windows color (decimal): -5676630 or 11166121. OLE color: 11166121.
HSL color Cylindrical-coordinate representation of color #A961AA: hue angle of 299.18º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A961AA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 97 | 170 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.33 |
| HSL | 299.18º | 0.3% | 0.52% | - |
| HSV(B) | 299.18º | 0.43% | 0.67% | - |
| XYZ | 27.89 | 19.89 | 40.4 | - |
| YUV | 126.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 170 | 0.01 | 0.43 | 0 | 0.33 | 299.18 | 0.3 | 0.52 |
| Hex | A9 | 61 | AA | 1 | 2B | 0 | 21 | 12B | 1E | 34 |
| Octal | 251 | 141 | 252 | 1 | 53 | 0 | 41 | 453 | 36 | 64 |
| Binary | 10101001 | 1100001 | 10101010 | 1 | 101011 | 0 | 100001 | 100101011 | 11110 | 110100 |
Color Harmonies of #A961AA
Complementary color
Monochromatic Colors of #A961AA
Black with #A961AA
Text Example
Text Example
White with #A961AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961AA; }
p { color: rgb(169,97,170); }
H1.HeaderClassName
{
color: #A961AA;
}
.AnyTagClassName
{
color: #A961AA;
}
</style>
background-color css
<style>
a { background-color: #A961AA; }
a { background-color: rgb(169,97,170); }
div.DivClassName
{
background-color: #A961AA;
}
.BgClassName
{
background-color: #A961AA;
}
</style>
border-color css
<style>
span { border-color: #A961AA; }
span { border-color: rgb(169,97,170); }
td.TdClassName
{
border-color: #A961AA;
}
.TagClassName
{
border-color: #A961AA;
}
</style>