Shades of Violet Blue #A1699E
Tints of Violet Blue #A1699E
RGB
CMYK
RGB Variations
Color information
#A1699E (or 0xA1699E) is known color: Violet Blue. HEX triplet: A1, 69 and 9E. RGB value is (161,105,158). Sum of RGB (Red+Green+Blue) = 161+105+158=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1699E is #5E9661. Grayscale: #7F7F7F. Windows color (decimal): -6198882 or 10381729. OLE color: 10381729.
HSL color Cylindrical-coordinate representation of color #A1699E: hue angle of 303.21º 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 #A1699E is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 158 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.37 |
| HSL | 303.21º | 0.23% | 0.52% | - |
| HSV(B) | 303.21º | 0.35% | 0.63% | - |
| XYZ | 25.92 | 20.15 | 34.87 | - |
| YUV | 127.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 158 | 0 | 0.35 | 0.02 | 0.37 | 303.21 | 0.23 | 0.52 |
| Hex | A1 | 69 | 9E | 0 | 23 | 2 | 25 | 12F | 17 | 34 |
| Octal | 241 | 151 | 236 | 0 | 43 | 2 | 45 | 457 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10011110 | 0 | 100011 | 10 | 100101 | 100101111 | 10111 | 110100 |
Color Harmonies of #A1699E
Complementary color
Monochromatic Colors of #A1699E
Black with #A1699E
Text Example
Text Example
White with #A1699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1699E; }
p { color: rgb(161,105,158); }
H1.HeaderClassName
{
color: #A1699E;
}
.AnyTagClassName
{
color: #A1699E;
}
</style>
background-color css
<style>
a { background-color: #A1699E; }
a { background-color: rgb(161,105,158); }
div.DivClassName
{
background-color: #A1699E;
}
.BgClassName
{
background-color: #A1699E;
}
</style>
border-color css
<style>
span { border-color: #A1699E; }
span { border-color: rgb(161,105,158); }
td.TdClassName
{
border-color: #A1699E;
}
.TagClassName
{
border-color: #A1699E;
}
</style>