Shades of Violet Blue #A1789E
Tints of Violet Blue #A1789E
RGB
CMYK
RGB Variations
Color information
#A1789E (or 0xA1789E) is known color: Violet Blue. HEX triplet: A1, 78 and 9E. RGB value is (161,120,158). Sum of RGB (Red+Green+Blue) = 161+120+158=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1789E is #5E8761. Grayscale: #888888. Windows color (decimal): -6195042 or 10385569. OLE color: 10385569.
HSL color Cylindrical-coordinate representation of color #A1789E: hue angle of 304.39º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1789E is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 158 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.37 |
| HSL | 304.39º | 0.18% | 0.55% | - |
| HSV(B) | 304.39º | 0.25% | 0.63% | - |
| XYZ | 27.59 | 23.48 | 35.43 | - |
| YUV | 136.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 158 | 0 | 0.25 | 0.02 | 0.37 | 304.39 | 0.18 | 0.55 |
| Hex | A1 | 78 | 9E | 0 | 19 | 2 | 25 | 130 | 12 | 37 |
| Octal | 241 | 170 | 236 | 0 | 31 | 2 | 45 | 460 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10011110 | 0 | 11001 | 10 | 100101 | 100110000 | 10010 | 110111 |
Color Harmonies of #A1789E
Complementary color
Monochromatic Colors of #A1789E
Black with #A1789E
Text Example
Text Example
White with #A1789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1789E; }
p { color: rgb(161,120,158); }
H1.HeaderClassName
{
color: #A1789E;
}
.AnyTagClassName
{
color: #A1789E;
}
</style>
background-color css
<style>
a { background-color: #A1789E; }
a { background-color: rgb(161,120,158); }
div.DivClassName
{
background-color: #A1789E;
}
.BgClassName
{
background-color: #A1789E;
}
</style>
border-color css
<style>
span { border-color: #A1789E; }
span { border-color: rgb(161,120,158); }
td.TdClassName
{
border-color: #A1789E;
}
.TagClassName
{
border-color: #A1789E;
}
</style>