Shades of Violet Blue #A1399E
Tints of Violet Blue #A1399E
RGB
CMYK
RGB Variations
Color information
#A1399E (or 0xA1399E) is known color: Violet Blue. HEX triplet: A1, 39 and 9E. RGB value is (161,57,158). Sum of RGB (Red+Green+Blue) = 161+57+158=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A1399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1399E is #5EC661. Grayscale: #636363. Windows color (decimal): -6211170 or 10369441. OLE color: 10369441.
HSL color Cylindrical-coordinate representation of color #A1399E: hue angle of 301.73º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1399E is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 158 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.37 |
| HSL | 301.73º | 0.48% | 0.43% | - |
| HSV(B) | 301.73º | 0.65% | 0.63% | - |
| XYZ | 22.33 | 12.97 | 33.67 | - |
| YUV | 99.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 158 | 0 | 0.65 | 0.02 | 0.37 | 301.73 | 0.48 | 0.43 |
| Hex | A1 | 39 | 9E | 0 | 41 | 2 | 25 | 12E | 30 | 2B |
| Octal | 241 | 71 | 236 | 0 | 101 | 2 | 45 | 456 | 60 | 53 |
| Binary | 10100001 | 111001 | 10011110 | 0 | 1000001 | 10 | 100101 | 100101110 | 110000 | 101011 |
Color Harmonies of #A1399E
Complementary color
Monochromatic Colors of #A1399E
Black with #A1399E
Text Example
Text Example
White with #A1399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1399E; }
p { color: rgb(161,57,158); }
H1.HeaderClassName
{
color: #A1399E;
}
.AnyTagClassName
{
color: #A1399E;
}
</style>
background-color css
<style>
a { background-color: #A1399E; }
a { background-color: rgb(161,57,158); }
div.DivClassName
{
background-color: #A1399E;
}
.BgClassName
{
background-color: #A1399E;
}
</style>
border-color css
<style>
span { border-color: #A1399E; }
span { border-color: rgb(161,57,158); }
td.TdClassName
{
border-color: #A1399E;
}
.TagClassName
{
border-color: #A1399E;
}
</style>