Shades of Violet Blue #A1439E
Tints of Violet Blue #A1439E
RGB
CMYK
RGB Variations
Color information
#A1439E (or 0xA1439E) is known color: Violet Blue. HEX triplet: A1, 43 and 9E. RGB value is (161,67,158). Sum of RGB (Red+Green+Blue) = 161+67+158=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1439E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1439E is #5EBC61. Grayscale: #696969. Windows color (decimal): -6208610 or 10372001. OLE color: 10372001.
HSL color Cylindrical-coordinate representation of color #A1439E: hue angle of 301.91º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1439E is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 158 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.37 |
| HSL | 301.91º | 0.41% | 0.45% | - |
| HSV(B) | 301.91º | 0.58% | 0.63% | - |
| XYZ | 22.88 | 14.06 | 33.86 | - |
| YUV | 105.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 158 | 0 | 0.58 | 0.02 | 0.37 | 301.91 | 0.41 | 0.45 |
| Hex | A1 | 43 | 9E | 0 | 3A | 2 | 25 | 12E | 29 | 2D |
| Octal | 241 | 103 | 236 | 0 | 72 | 2 | 45 | 456 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10011110 | 0 | 111010 | 10 | 100101 | 100101110 | 101001 | 101101 |
Color Harmonies of #A1439E
Complementary color
Monochromatic Colors of #A1439E
Black with #A1439E
Text Example
Text Example
White with #A1439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1439E; }
p { color: rgb(161,67,158); }
H1.HeaderClassName
{
color: #A1439E;
}
.AnyTagClassName
{
color: #A1439E;
}
</style>
background-color css
<style>
a { background-color: #A1439E; }
a { background-color: rgb(161,67,158); }
div.DivClassName
{
background-color: #A1439E;
}
.BgClassName
{
background-color: #A1439E;
}
</style>
border-color css
<style>
span { border-color: #A1439E; }
span { border-color: rgb(161,67,158); }
td.TdClassName
{
border-color: #A1439E;
}
.TagClassName
{
border-color: #A1439E;
}
</style>