Shades of Violet Blue #A1699D
Tints of Violet Blue #A1699D
RGB
CMYK
RGB Variations
Color information
#A1699D (or 0xA1699D) is known color: Violet Blue. HEX triplet: A1, 69 and 9D. RGB value is (161,105,157). Sum of RGB (Red+Green+Blue) = 161+105+157=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A1699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1699D is #5E9662. Grayscale: #7F7F7F. Windows color (decimal): -6198883 or 10316193. OLE color: 10316193.
HSL color Cylindrical-coordinate representation of color #A1699D: hue angle of 304.29º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1699D is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 157 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.37 |
| HSL | 304.29º | 0.23% | 0.52% | - |
| HSV(B) | 304.29º | 0.35% | 0.63% | - |
| XYZ | 25.84 | 20.11 | 34.42 | - |
| YUV | 127.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 157 | 0 | 0.35 | 0.02 | 0.37 | 304.29 | 0.23 | 0.52 |
| Hex | A1 | 69 | 9D | 0 | 23 | 2 | 25 | 130 | 17 | 34 |
| Octal | 241 | 151 | 235 | 0 | 43 | 2 | 45 | 460 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10011101 | 0 | 100011 | 10 | 100101 | 100110000 | 10111 | 110100 |
Color Harmonies of #A1699D
Complementary color
Monochromatic Colors of #A1699D
Black with #A1699D
Text Example
Text Example
White with #A1699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1699D; }
p { color: rgb(161,105,157); }
H1.HeaderClassName
{
color: #A1699D;
}
.AnyTagClassName
{
color: #A1699D;
}
</style>
background-color css
<style>
a { background-color: #A1699D; }
a { background-color: rgb(161,105,157); }
div.DivClassName
{
background-color: #A1699D;
}
.BgClassName
{
background-color: #A1699D;
}
</style>
border-color css
<style>
span { border-color: #A1699D; }
span { border-color: rgb(161,105,157); }
td.TdClassName
{
border-color: #A1699D;
}
.TagClassName
{
border-color: #A1699D;
}
</style>