Shades of Violet Blue #A96FA5
Tints of Violet Blue #A96FA5
RGB
CMYK
RGB Variations
Color information
#A96FA5 (or 0xA96FA5) is known color: Violet Blue. HEX triplet: A9, 6F and A5. RGB value is (169,111,165). Sum of RGB (Red+Green+Blue) = 169+111+165=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A96FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FA5 is #56905A. Grayscale: #868686. Windows color (decimal): -5673051 or 10842025. OLE color: 10842025.
HSL color Cylindrical-coordinate representation of color #A96FA5: hue angle of 304.14º 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 #A96FA5 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 165 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.34 |
| HSL | 304.14º | 0.25% | 0.55% | - |
| HSV(B) | 304.14º | 0.34% | 0.66% | - |
| XYZ | 28.84 | 22.52 | 38.42 | - |
| YUV | 134.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 165 | 0 | 0.34 | 0.02 | 0.34 | 304.14 | 0.25 | 0.55 |
| Hex | A9 | 6F | A5 | 0 | 22 | 2 | 22 | 130 | 19 | 37 |
| Octal | 251 | 157 | 245 | 0 | 42 | 2 | 42 | 460 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10100101 | 0 | 100010 | 10 | 100010 | 100110000 | 11001 | 110111 |
Color Harmonies of #A96FA5
Complementary color
Monochromatic Colors of #A96FA5
Black with #A96FA5
Text Example
Text Example
White with #A96FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FA5; }
p { color: rgb(169,111,165); }
H1.HeaderClassName
{
color: #A96FA5;
}
.AnyTagClassName
{
color: #A96FA5;
}
</style>
background-color css
<style>
a { background-color: #A96FA5; }
a { background-color: rgb(169,111,165); }
div.DivClassName
{
background-color: #A96FA5;
}
.BgClassName
{
background-color: #A96FA5;
}
</style>
border-color css
<style>
span { border-color: #A96FA5; }
span { border-color: rgb(169,111,165); }
td.TdClassName
{
border-color: #A96FA5;
}
.TagClassName
{
border-color: #A96FA5;
}
</style>