Shades of Violet Blue #A0419E
Tints of Violet Blue #A0419E
RGB
CMYK
RGB Variations
Color information
#A0419E (or 0xA0419E) is known color: Violet Blue. HEX triplet: A0, 41 and 9E. RGB value is (160,65,158). Sum of RGB (Red+Green+Blue) = 160+65+158=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0419E is #5FBE61. Grayscale: #676767. Windows color (decimal): -6274658 or 10371488. OLE color: 10371488.
HSL color Cylindrical-coordinate representation of color #A0419E: hue angle of 301.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0419E is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 158 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.37 |
| HSL | 301.26º | 0.42% | 0.44% | - |
| HSV(B) | 301.26º | 0.59% | 0.63% | - |
| XYZ | 22.56 | 13.72 | 33.81 | - |
| YUV | 104.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 158 | 0 | 0.59 | 0.01 | 0.37 | 301.26 | 0.42 | 0.44 |
| Hex | A0 | 41 | 9E | 0 | 3B | 1 | 25 | 12D | 2A | 2C |
| Octal | 240 | 101 | 236 | 0 | 73 | 1 | 45 | 455 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10011110 | 0 | 111011 | 1 | 100101 | 100101101 | 101010 | 101100 |
Color Harmonies of #A0419E
Complementary color
Monochromatic Colors of #A0419E
Black with #A0419E
Text Example
Text Example
White with #A0419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0419E; }
p { color: rgb(160,65,158); }
H1.HeaderClassName
{
color: #A0419E;
}
.AnyTagClassName
{
color: #A0419E;
}
</style>
background-color css
<style>
a { background-color: #A0419E; }
a { background-color: rgb(160,65,158); }
div.DivClassName
{
background-color: #A0419E;
}
.BgClassName
{
background-color: #A0419E;
}
</style>
border-color css
<style>
span { border-color: #A0419E; }
span { border-color: rgb(160,65,158); }
td.TdClassName
{
border-color: #A0419E;
}
.TagClassName
{
border-color: #A0419E;
}
</style>