Shades of Violet Blue #A169A9
Tints of Violet Blue #A169A9
RGB
CMYK
RGB Variations
Color information
#A169A9 (or 0xA169A9) is known color: Violet Blue. HEX triplet: A1, 69 and A9. RGB value is (161,105,169). Sum of RGB (Red+Green+Blue) = 161+105+169=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 169 - color contains mainly: blue. Hex color #A169A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169A9 is #5E9656. Grayscale: #808080. Windows color (decimal): -6198871 or 11102625. OLE color: 11102625.
HSL color Cylindrical-coordinate representation of color #A169A9: hue angle of 292.5º 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 #A169A9 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 105 | 169 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.34 |
| HSL | 292.5º | 0.27% | 0.54% | - |
| HSV(B) | 292.5º | 0.38% | 0.66% | - |
| XYZ | 26.91 | 20.54 | 40.08 | - |
| YUV | 129.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 169 | 0.05 | 0.38 | 0 | 0.34 | 292.5 | 0.27 | 0.54 |
| Hex | A1 | 69 | A9 | 5 | 26 | 0 | 22 | 124 | 1B | 36 |
| Octal | 241 | 151 | 251 | 5 | 46 | 0 | 42 | 444 | 33 | 66 |
| Binary | 10100001 | 1101001 | 10101001 | 101 | 100110 | 0 | 100010 | 100100100 | 11011 | 110110 |
Color Harmonies of #A169A9
Complementary color
Monochromatic Colors of #A169A9
Black with #A169A9
Text Example
Text Example
White with #A169A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169A9; }
p { color: rgb(161,105,169); }
H1.HeaderClassName
{
color: #A169A9;
}
.AnyTagClassName
{
color: #A169A9;
}
</style>
background-color css
<style>
a { background-color: #A169A9; }
a { background-color: rgb(161,105,169); }
div.DivClassName
{
background-color: #A169A9;
}
.BgClassName
{
background-color: #A169A9;
}
</style>
border-color css
<style>
span { border-color: #A169A9; }
span { border-color: rgb(161,105,169); }
td.TdClassName
{
border-color: #A169A9;
}
.TagClassName
{
border-color: #A169A9;
}
</style>