Shades of Violet Blue #A96AA8
Tints of Violet Blue #A96AA8
RGB
CMYK
RGB Variations
Color information
#A96AA8 (or 0xA96AA8) is known color: Violet Blue. HEX triplet: A9, 6A and A8. RGB value is (169,106,168). Sum of RGB (Red+Green+Blue) = 169+106+168=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A96AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AA8 is #569557. Grayscale: #838383. Windows color (decimal): -5674328 or 11037353. OLE color: 11037353.
HSL color Cylindrical-coordinate representation of color #A96AA8: hue angle of 300.95º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96AA8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 168 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.34 |
| HSL | 300.95º | 0.27% | 0.54% | - |
| HSV(B) | 300.95º | 0.37% | 0.66% | - |
| XYZ | 28.58 | 21.57 | 39.7 | - |
| YUV | 131.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 168 | 0 | 0.37 | 0.01 | 0.34 | 300.95 | 0.27 | 0.54 |
| Hex | A9 | 6A | A8 | 0 | 25 | 1 | 22 | 12D | 1B | 36 |
| Octal | 251 | 152 | 250 | 0 | 45 | 1 | 42 | 455 | 33 | 66 |
| Binary | 10101001 | 1101010 | 10101000 | 0 | 100101 | 1 | 100010 | 100101101 | 11011 | 110110 |
Color Harmonies of #A96AA8
Complementary color
Monochromatic Colors of #A96AA8
Black with #A96AA8
Text Example
Text Example
White with #A96AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96AA8; }
p { color: rgb(169,106,168); }
H1.HeaderClassName
{
color: #A96AA8;
}
.AnyTagClassName
{
color: #A96AA8;
}
</style>
background-color css
<style>
a { background-color: #A96AA8; }
a { background-color: rgb(169,106,168); }
div.DivClassName
{
background-color: #A96AA8;
}
.BgClassName
{
background-color: #A96AA8;
}
</style>
border-color css
<style>
span { border-color: #A96AA8; }
span { border-color: rgb(169,106,168); }
td.TdClassName
{
border-color: #A96AA8;
}
.TagClassName
{
border-color: #A96AA8;
}
</style>