Shades of Violet Blue #A96BB5
Tints of Violet Blue #A96BB5
RGB
CMYK
RGB Variations
Color information
#A96BB5 (or 0xA96BB5) is known color: Violet Blue. HEX triplet: A9, 6B and B5. RGB value is (169,107,181). Sum of RGB (Red+Green+Blue) = 169+107+181=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #A96BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BB5 is #56944A. Grayscale: #858585. Windows color (decimal): -5674059 or 11889577. OLE color: 11889577.
HSL color Cylindrical-coordinate representation of color #A96BB5: hue angle of 290.27º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96BB5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 107 | 181 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.29 |
| HSL | 290.27º | 0.33% | 0.56% | - |
| HSV(B) | 290.27º | 0.41% | 0.71% | - |
| XYZ | 29.96 | 22.29 | 46.44 | - |
| YUV | 133.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 181 | 0.07 | 0.41 | 0 | 0.29 | 290.27 | 0.33 | 0.56 |
| Hex | A9 | 6B | B5 | 7 | 29 | 0 | 1D | 122 | 21 | 38 |
| Octal | 251 | 153 | 265 | 7 | 51 | 0 | 35 | 442 | 41 | 70 |
| Binary | 10101001 | 1101011 | 10110101 | 111 | 101001 | 0 | 11101 | 100100010 | 100001 | 111000 |
Color Harmonies of #A96BB5
Complementary color
Monochromatic Colors of #A96BB5
Black with #A96BB5
Text Example
Text Example
White with #A96BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BB5; }
p { color: rgb(169,107,181); }
H1.HeaderClassName
{
color: #A96BB5;
}
.AnyTagClassName
{
color: #A96BB5;
}
</style>
background-color css
<style>
a { background-color: #A96BB5; }
a { background-color: rgb(169,107,181); }
div.DivClassName
{
background-color: #A96BB5;
}
.BgClassName
{
background-color: #A96BB5;
}
</style>
border-color css
<style>
span { border-color: #A96BB5; }
span { border-color: rgb(169,107,181); }
td.TdClassName
{
border-color: #A96BB5;
}
.TagClassName
{
border-color: #A96BB5;
}
</style>