Shades of Violet Blue #A1709A
Tints of Violet Blue #A1709A
RGB
CMYK
RGB Variations
Color information
#A1709A (or 0xA1709A) is known color: Violet Blue. HEX triplet: A1, 70 and 9A. RGB value is (161,112,154). Sum of RGB (Red+Green+Blue) = 161+112+154=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A1709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1709A is #5E8F65. Grayscale: #838383. Windows color (decimal): -6197094 or 10121377. OLE color: 10121377.
HSL color Cylindrical-coordinate representation of color #A1709A: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1709A is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 154 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.37 |
| HSL | 308.57º | 0.21% | 0.54% | - |
| HSV(B) | 308.57º | 0.3% | 0.63% | - |
| XYZ | 26.32 | 21.5 | 33.33 | - |
| YUV | 131.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 154 | 0 | 0.30 | 0.04 | 0.37 | 308.57 | 0.21 | 0.54 |
| Hex | A1 | 70 | 9A | 0 | 1E | 4 | 25 | 135 | 15 | 36 |
| Octal | 241 | 160 | 232 | 0 | 36 | 4 | 45 | 465 | 25 | 66 |
| Binary | 10100001 | 1110000 | 10011010 | 0 | 11110 | 100 | 100101 | 100110101 | 10101 | 110110 |
Color Harmonies of #A1709A
Complementary color
Monochromatic Colors of #A1709A
Black with #A1709A
Text Example
Text Example
White with #A1709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1709A; }
p { color: rgb(161,112,154); }
H1.HeaderClassName
{
color: #A1709A;
}
.AnyTagClassName
{
color: #A1709A;
}
</style>
background-color css
<style>
a { background-color: #A1709A; }
a { background-color: rgb(161,112,154); }
div.DivClassName
{
background-color: #A1709A;
}
.BgClassName
{
background-color: #A1709A;
}
</style>
border-color css
<style>
span { border-color: #A1709A; }
span { border-color: rgb(161,112,154); }
td.TdClassName
{
border-color: #A1709A;
}
.TagClassName
{
border-color: #A1709A;
}
</style>