Shades of Violet Blue #A9699F
Tints of Violet Blue #A9699F
RGB
CMYK
RGB Variations
Color information
#A9699F (or 0xA9699F) is known color: Violet Blue. HEX triplet: A9, 69 and 9F. RGB value is (169,105,159). Sum of RGB (Red+Green+Blue) = 169+105+159=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9699F is #569660. Grayscale: #828282. Windows color (decimal): -5674593 or 10447273. OLE color: 10447273.
HSL color Cylindrical-coordinate representation of color #A9699F: hue angle of 309.38º 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 #A9699F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 159 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.34 |
| HSL | 309.38º | 0.27% | 0.54% | - |
| HSV(B) | 309.38º | 0.38% | 0.66% | - |
| XYZ | 27.67 | 21.04 | 35.4 | - |
| YUV | 130.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 159 | 0 | 0.38 | 0.06 | 0.34 | 309.38 | 0.27 | 0.54 |
| Hex | A9 | 69 | 9F | 0 | 26 | 6 | 22 | 135 | 1B | 36 |
| Octal | 251 | 151 | 237 | 0 | 46 | 6 | 42 | 465 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10011111 | 0 | 100110 | 110 | 100010 | 100110101 | 11011 | 110110 |
Color Harmonies of #A9699F
Complementary color
Monochromatic Colors of #A9699F
Black with #A9699F
Text Example
Text Example
White with #A9699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9699F; }
p { color: rgb(169,105,159); }
H1.HeaderClassName
{
color: #A9699F;
}
.AnyTagClassName
{
color: #A9699F;
}
</style>
background-color css
<style>
a { background-color: #A9699F; }
a { background-color: rgb(169,105,159); }
div.DivClassName
{
background-color: #A9699F;
}
.BgClassName
{
background-color: #A9699F;
}
</style>
border-color css
<style>
span { border-color: #A9699F; }
span { border-color: rgb(169,105,159); }
td.TdClassName
{
border-color: #A9699F;
}
.TagClassName
{
border-color: #A9699F;
}
</style>