Shades of Violet Blue #A96FA2
Tints of Violet Blue #A96FA2
RGB
CMYK
RGB Variations
Color information
#A96FA2 (or 0xA96FA2) is known color: Violet Blue. HEX triplet: A9, 6F and A2. RGB value is (169,111,162). Sum of RGB (Red+Green+Blue) = 169+111+162=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A96FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FA2 is #56905D. Grayscale: #868686. Windows color (decimal): -5673054 or 10645417. OLE color: 10645417.
HSL color Cylindrical-coordinate representation of color #A96FA2: hue angle of 307.24º 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 #A96FA2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 162 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.34 |
| HSL | 307.24º | 0.25% | 0.55% | - |
| HSV(B) | 307.24º | 0.34% | 0.66% | - |
| XYZ | 28.57 | 22.41 | 37 | - |
| YUV | 134.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 162 | 0 | 0.34 | 0.04 | 0.34 | 307.24 | 0.25 | 0.55 |
| Hex | A9 | 6F | A2 | 0 | 22 | 4 | 22 | 133 | 19 | 37 |
| Octal | 251 | 157 | 242 | 0 | 42 | 4 | 42 | 463 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10100010 | 0 | 100010 | 100 | 100010 | 100110011 | 11001 | 110111 |
Color Harmonies of #A96FA2
Complementary color
Monochromatic Colors of #A96FA2
Black with #A96FA2
Text Example
Text Example
White with #A96FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FA2; }
p { color: rgb(169,111,162); }
H1.HeaderClassName
{
color: #A96FA2;
}
.AnyTagClassName
{
color: #A96FA2;
}
</style>
background-color css
<style>
a { background-color: #A96FA2; }
a { background-color: rgb(169,111,162); }
div.DivClassName
{
background-color: #A96FA2;
}
.BgClassName
{
background-color: #A96FA2;
}
</style>
border-color css
<style>
span { border-color: #A96FA2; }
span { border-color: rgb(169,111,162); }
td.TdClassName
{
border-color: #A96FA2;
}
.TagClassName
{
border-color: #A96FA2;
}
</style>