Shades of Violet Blue #A1769D
Tints of Violet Blue #A1769D
RGB
CMYK
RGB Variations
Color information
#A1769D (or 0xA1769D) is known color: Violet Blue. HEX triplet: A1, 76 and 9D. RGB value is (161,118,157). Sum of RGB (Red+Green+Blue) = 161+118+157=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1769D is #5E8962. Grayscale: #878787. Windows color (decimal): -6195555 or 10319521. OLE color: 10319521.
HSL color Cylindrical-coordinate representation of color #A1769D: hue angle of 305.58º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1769D is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 157 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.37 |
| HSL | 305.58º | 0.19% | 0.55% | - |
| HSV(B) | 305.58º | 0.27% | 0.63% | - |
| XYZ | 27.26 | 22.97 | 34.89 | - |
| YUV | 135.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 157 | 0 | 0.27 | 0.02 | 0.37 | 305.58 | 0.19 | 0.55 |
| Hex | A1 | 76 | 9D | 0 | 1B | 2 | 25 | 132 | 13 | 37 |
| Octal | 241 | 166 | 235 | 0 | 33 | 2 | 45 | 462 | 23 | 67 |
| Binary | 10100001 | 1110110 | 10011101 | 0 | 11011 | 10 | 100101 | 100110010 | 10011 | 110111 |
Color Harmonies of #A1769D
Complementary color
Monochromatic Colors of #A1769D
Black with #A1769D
Text Example
Text Example
White with #A1769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1769D; }
p { color: rgb(161,118,157); }
H1.HeaderClassName
{
color: #A1769D;
}
.AnyTagClassName
{
color: #A1769D;
}
</style>
background-color css
<style>
a { background-color: #A1769D; }
a { background-color: rgb(161,118,157); }
div.DivClassName
{
background-color: #A1769D;
}
.BgClassName
{
background-color: #A1769D;
}
</style>
border-color css
<style>
span { border-color: #A1769D; }
span { border-color: rgb(161,118,157); }
td.TdClassName
{
border-color: #A1769D;
}
.TagClassName
{
border-color: #A1769D;
}
</style>