Shades of Violet Blue #A9699B
Tints of Violet Blue #A9699B
RGB
CMYK
RGB Variations
Color information
#A9699B (or 0xA9699B) is known color: Violet Blue. HEX triplet: A9, 69 and 9B. RGB value is (169,105,155). Sum of RGB (Red+Green+Blue) = 169+105+155=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9699B is #569664. Grayscale: #818181. Windows color (decimal): -5674597 or 10185129. OLE color: 10185129.
HSL color Cylindrical-coordinate representation of color #A9699B: hue angle of 313.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9699B is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 155 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.34 |
| HSL | 313.13º | 0.27% | 0.54% | - |
| HSV(B) | 313.13º | 0.38% | 0.66% | - |
| XYZ | 27.33 | 20.9 | 33.6 | - |
| YUV | 129.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 155 | 0 | 0.38 | 0.08 | 0.34 | 313.13 | 0.27 | 0.54 |
| Hex | A9 | 69 | 9B | 0 | 26 | 8 | 22 | 139 | 1B | 36 |
| Octal | 251 | 151 | 233 | 0 | 46 | 10 | 42 | 471 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10011011 | 0 | 100110 | 1000 | 100010 | 100111001 | 11011 | 110110 |
Color Harmonies of #A9699B
Complementary color
Monochromatic Colors of #A9699B
Black with #A9699B
Text Example
Text Example
White with #A9699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9699B; }
p { color: rgb(169,105,155); }
H1.HeaderClassName
{
color: #A9699B;
}
.AnyTagClassName
{
color: #A9699B;
}
</style>
background-color css
<style>
a { background-color: #A9699B; }
a { background-color: rgb(169,105,155); }
div.DivClassName
{
background-color: #A9699B;
}
.BgClassName
{
background-color: #A9699B;
}
</style>
border-color css
<style>
span { border-color: #A9699B; }
span { border-color: rgb(169,105,155); }
td.TdClassName
{
border-color: #A9699B;
}
.TagClassName
{
border-color: #A9699B;
}
</style>