Shades of Violet Blue #A96AAA
Tints of Violet Blue #A96AAA
RGB
CMYK
RGB Variations
Color information
#A96AAA (or 0xA96AAA) is known color: Violet Blue. HEX triplet: A9, 6A and AA. RGB value is (169,106,170). Sum of RGB (Red+Green+Blue) = 169+106+170=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A96AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AAA is #569555. Grayscale: #838383. Windows color (decimal): -5674326 or 11168425. OLE color: 11168425.
HSL color Cylindrical-coordinate representation of color #A96AAA: hue angle of 299.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96AAA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 106 | 170 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.33 |
| HSL | 299.06º | 0.27% | 0.54% | - |
| HSV(B) | 299.06º | 0.38% | 0.67% | - |
| XYZ | 28.77 | 21.65 | 40.69 | - |
| YUV | 132.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 170 | 0.01 | 0.38 | 0 | 0.33 | 299.06 | 0.27 | 0.54 |
| Hex | A9 | 6A | AA | 1 | 26 | 0 | 21 | 12B | 1B | 36 |
| Octal | 251 | 152 | 252 | 1 | 46 | 0 | 41 | 453 | 33 | 66 |
| Binary | 10101001 | 1101010 | 10101010 | 1 | 100110 | 0 | 100001 | 100101011 | 11011 | 110110 |
Color Harmonies of #A96AAA
Complementary color
Monochromatic Colors of #A96AAA
Black with #A96AAA
Text Example
Text Example
White with #A96AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96AAA; }
p { color: rgb(169,106,170); }
H1.HeaderClassName
{
color: #A96AAA;
}
.AnyTagClassName
{
color: #A96AAA;
}
</style>
background-color css
<style>
a { background-color: #A96AAA; }
a { background-color: rgb(169,106,170); }
div.DivClassName
{
background-color: #A96AAA;
}
.BgClassName
{
background-color: #A96AAA;
}
</style>
border-color css
<style>
span { border-color: #A96AAA; }
span { border-color: rgb(169,106,170); }
td.TdClassName
{
border-color: #A96AAA;
}
.TagClassName
{
border-color: #A96AAA;
}
</style>