Shades of Violet Blue #A1729D
Tints of Violet Blue #A1729D
RGB
CMYK
RGB Variations
Color information
#A1729D (or 0xA1729D) is known color: Violet Blue. HEX triplet: A1, 72 and 9D. RGB value is (161,114,157). Sum of RGB (Red+Green+Blue) = 161+114+157=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1729D is #5E8D62. Grayscale: #848484. Windows color (decimal): -6196579 or 10318497. OLE color: 10318497.
HSL color Cylindrical-coordinate representation of color #A1729D: hue angle of 305.11º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1729D is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 157 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.37 |
| HSL | 305.11º | 0.2% | 0.54% | - |
| HSV(B) | 305.11º | 0.29% | 0.63% | - |
| XYZ | 26.8 | 22.05 | 34.74 | - |
| YUV | 132.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 157 | 0 | 0.29 | 0.02 | 0.37 | 305.11 | 0.2 | 0.54 |
| Hex | A1 | 72 | 9D | 0 | 1D | 2 | 25 | 131 | 14 | 36 |
| Octal | 241 | 162 | 235 | 0 | 35 | 2 | 45 | 461 | 24 | 66 |
| Binary | 10100001 | 1110010 | 10011101 | 0 | 11101 | 10 | 100101 | 100110001 | 10100 | 110110 |
Color Harmonies of #A1729D
Complementary color
Monochromatic Colors of #A1729D
Black with #A1729D
Text Example
Text Example
White with #A1729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1729D; }
p { color: rgb(161,114,157); }
H1.HeaderClassName
{
color: #A1729D;
}
.AnyTagClassName
{
color: #A1729D;
}
</style>
background-color css
<style>
a { background-color: #A1729D; }
a { background-color: rgb(161,114,157); }
div.DivClassName
{
background-color: #A1729D;
}
.BgClassName
{
background-color: #A1729D;
}
</style>
border-color css
<style>
span { border-color: #A1729D; }
span { border-color: rgb(161,114,157); }
td.TdClassName
{
border-color: #A1729D;
}
.TagClassName
{
border-color: #A1729D;
}
</style>