Shades of Violet Blue #A0419C
Tints of Violet Blue #A0419C
RGB
CMYK
RGB Variations
Color information
#A0419C (or 0xA0419C) is known color: Violet Blue. HEX triplet: A0, 41 and 9C. RGB value is (160,65,156). Sum of RGB (Red+Green+Blue) = 160+65+156=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0419C is #5FBE63. Grayscale: #676767. Windows color (decimal): -6274660 or 10240416. OLE color: 10240416.
HSL color Cylindrical-coordinate representation of color #A0419C: hue angle of 302.53º 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 #A0419C is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 156 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.37 |
| HSL | 302.53º | 0.42% | 0.44% | - |
| HSV(B) | 302.53º | 0.59% | 0.63% | - |
| XYZ | 22.39 | 13.65 | 32.91 | - |
| YUV | 103.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 156 | 0 | 0.59 | 0.02 | 0.37 | 302.53 | 0.42 | 0.44 |
| Hex | A0 | 41 | 9C | 0 | 3B | 2 | 25 | 12F | 2A | 2C |
| Octal | 240 | 101 | 234 | 0 | 73 | 2 | 45 | 457 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10011100 | 0 | 111011 | 10 | 100101 | 100101111 | 101010 | 101100 |
Color Harmonies of #A0419C
Complementary color
Monochromatic Colors of #A0419C
Black with #A0419C
Text Example
Text Example
White with #A0419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0419C; }
p { color: rgb(160,65,156); }
H1.HeaderClassName
{
color: #A0419C;
}
.AnyTagClassName
{
color: #A0419C;
}
</style>
background-color css
<style>
a { background-color: #A0419C; }
a { background-color: rgb(160,65,156); }
div.DivClassName
{
background-color: #A0419C;
}
.BgClassName
{
background-color: #A0419C;
}
</style>
border-color css
<style>
span { border-color: #A0419C; }
span { border-color: rgb(160,65,156); }
td.TdClassName
{
border-color: #A0419C;
}
.TagClassName
{
border-color: #A0419C;
}
</style>