Shades of Violet Blue #A961AB
Tints of Violet Blue #A961AB
RGB
CMYK
RGB Variations
Color information
#A961AB (or 0xA961AB) is known color: Violet Blue. HEX triplet: A9, 61 and AB. RGB value is (169,97,171). Sum of RGB (Red+Green+Blue) = 169+97+171=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A961AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A961AB is #569E54. Grayscale: #7E7E7E. Windows color (decimal): -5676629 or 11231657. OLE color: 11231657.
HSL color Cylindrical-coordinate representation of color #A961AB: hue angle of 298.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A961AB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 97 | 171 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.33 |
| HSL | 298.38º | 0.31% | 0.53% | - |
| HSV(B) | 298.38º | 0.43% | 0.67% | - |
| XYZ | 27.99 | 19.92 | 40.9 | - |
| YUV | 126.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 171 | 0.01 | 0.43 | 0 | 0.33 | 298.38 | 0.31 | 0.53 |
| Hex | A9 | 61 | AB | 1 | 2B | 0 | 21 | 12A | 1F | 35 |
| Octal | 251 | 141 | 253 | 1 | 53 | 0 | 41 | 452 | 37 | 65 |
| Binary | 10101001 | 1100001 | 10101011 | 1 | 101011 | 0 | 100001 | 100101010 | 11111 | 110101 |
Color Harmonies of #A961AB
Complementary color
Monochromatic Colors of #A961AB
Black with #A961AB
Text Example
Text Example
White with #A961AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961AB; }
p { color: rgb(169,97,171); }
H1.HeaderClassName
{
color: #A961AB;
}
.AnyTagClassName
{
color: #A961AB;
}
</style>
background-color css
<style>
a { background-color: #A961AB; }
a { background-color: rgb(169,97,171); }
div.DivClassName
{
background-color: #A961AB;
}
.BgClassName
{
background-color: #A961AB;
}
</style>
border-color css
<style>
span { border-color: #A961AB; }
span { border-color: rgb(169,97,171); }
td.TdClassName
{
border-color: #A961AB;
}
.TagClassName
{
border-color: #A961AB;
}
</style>