Shades of Violet Blue #A1609E
Tints of Violet Blue #A1609E
RGB
CMYK
RGB Variations
Color information
#A1609E (or 0xA1609E) is known color: Violet Blue. HEX triplet: A1, 60 and 9E. RGB value is (161,96,158). Sum of RGB (Red+Green+Blue) = 161+96+158=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1609E is #5E9F61. Grayscale: #7A7A7A. Windows color (decimal): -6201186 or 10379425. OLE color: 10379425.
HSL color Cylindrical-coordinate representation of color #A1609E: hue angle of 302.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1609E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 158 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.37 |
| HSL | 302.77º | 0.26% | 0.5% | - |
| HSV(B) | 302.77º | 0.4% | 0.63% | - |
| XYZ | 25.05 | 18.41 | 34.58 | - |
| YUV | 122.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 158 | 0 | 0.40 | 0.02 | 0.37 | 302.77 | 0.26 | 0.5 |
| Hex | A1 | 60 | 9E | 0 | 28 | 2 | 25 | 12F | 1A | 32 |
| Octal | 241 | 140 | 236 | 0 | 50 | 2 | 45 | 457 | 32 | 62 |
| Binary | 10100001 | 1100000 | 10011110 | 0 | 101000 | 10 | 100101 | 100101111 | 11010 | 110010 |
Color Harmonies of #A1609E
Complementary color
Monochromatic Colors of #A1609E
Black with #A1609E
Text Example
Text Example
White with #A1609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1609E; }
p { color: rgb(161,96,158); }
H1.HeaderClassName
{
color: #A1609E;
}
.AnyTagClassName
{
color: #A1609E;
}
</style>
background-color css
<style>
a { background-color: #A1609E; }
a { background-color: rgb(161,96,158); }
div.DivClassName
{
background-color: #A1609E;
}
.BgClassName
{
background-color: #A1609E;
}
</style>
border-color css
<style>
span { border-color: #A1609E; }
span { border-color: rgb(161,96,158); }
td.TdClassName
{
border-color: #A1609E;
}
.TagClassName
{
border-color: #A1609E;
}
</style>