Shades of Violet Blue #A96FA6
Tints of Violet Blue #A96FA6
RGB
CMYK
RGB Variations
Color information
#A96FA6 (or 0xA96FA6) is known color: Violet Blue. HEX triplet: A9, 6F and A6. RGB value is (169,111,166). Sum of RGB (Red+Green+Blue) = 169+111+166=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A96FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FA6 is #569059. Grayscale: #868686. Windows color (decimal): -5673050 or 10907561. OLE color: 10907561.
HSL color Cylindrical-coordinate representation of color #A96FA6: hue angle of 303.1º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A96FA6 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 166 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.34 |
| HSL | 303.1º | 0.25% | 0.55% | - |
| HSV(B) | 303.1º | 0.34% | 0.66% | - |
| XYZ | 28.93 | 22.56 | 38.91 | - |
| YUV | 134.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 166 | 0 | 0.34 | 0.02 | 0.34 | 303.1 | 0.25 | 0.55 |
| Hex | A9 | 6F | A6 | 0 | 22 | 2 | 22 | 12F | 19 | 37 |
| Octal | 251 | 157 | 246 | 0 | 42 | 2 | 42 | 457 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10100110 | 0 | 100010 | 10 | 100010 | 100101111 | 11001 | 110111 |
Color Harmonies of #A96FA6
Complementary color
Monochromatic Colors of #A96FA6
Black with #A96FA6
Text Example
Text Example
White with #A96FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FA6; }
p { color: rgb(169,111,166); }
H1.HeaderClassName
{
color: #A96FA6;
}
.AnyTagClassName
{
color: #A96FA6;
}
</style>
background-color css
<style>
a { background-color: #A96FA6; }
a { background-color: rgb(169,111,166); }
div.DivClassName
{
background-color: #A96FA6;
}
.BgClassName
{
background-color: #A96FA6;
}
</style>
border-color css
<style>
span { border-color: #A96FA6; }
span { border-color: rgb(169,111,166); }
td.TdClassName
{
border-color: #A96FA6;
}
.TagClassName
{
border-color: #A96FA6;
}
</style>