Shades of Violet Blue #A0419A
Tints of Violet Blue #A0419A
RGB
CMYK
RGB Variations
Color information
#A0419A (or 0xA0419A) is known color: Violet Blue. HEX triplet: A0, 41 and 9A. RGB value is (160,65,154). Sum of RGB (Red+Green+Blue) = 160+65+154=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0419A is #5FBE65. Grayscale: #676767. Windows color (decimal): -6274662 or 10109344. OLE color: 10109344.
HSL color Cylindrical-coordinate representation of color #A0419A: hue angle of 303.79º 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 #A0419A is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 154 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.37 |
| HSL | 303.79º | 0.42% | 0.44% | - |
| HSV(B) | 303.79º | 0.59% | 0.63% | - |
| XYZ | 22.22 | 13.59 | 32.02 | - |
| YUV | 103.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 154 | 0 | 0.59 | 0.04 | 0.37 | 303.79 | 0.42 | 0.44 |
| Hex | A0 | 41 | 9A | 0 | 3B | 4 | 25 | 130 | 2A | 2C |
| Octal | 240 | 101 | 232 | 0 | 73 | 4 | 45 | 460 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10011010 | 0 | 111011 | 100 | 100101 | 100110000 | 101010 | 101100 |
Color Harmonies of #A0419A
Complementary color
Monochromatic Colors of #A0419A
Black with #A0419A
Text Example
Text Example
White with #A0419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0419A; }
p { color: rgb(160,65,154); }
H1.HeaderClassName
{
color: #A0419A;
}
.AnyTagClassName
{
color: #A0419A;
}
</style>
background-color css
<style>
a { background-color: #A0419A; }
a { background-color: rgb(160,65,154); }
div.DivClassName
{
background-color: #A0419A;
}
.BgClassName
{
background-color: #A0419A;
}
</style>
border-color css
<style>
span { border-color: #A0419A; }
span { border-color: rgb(160,65,154); }
td.TdClassName
{
border-color: #A0419A;
}
.TagClassName
{
border-color: #A0419A;
}
</style>