Shades of Violet Blue #A3419E
Tints of Violet Blue #A3419E
RGB
CMYK
RGB Variations
Color information
#A3419E (or 0xA3419E) is known color: Violet Blue. HEX triplet: A3, 41 and 9E. RGB value is (163,65,158). Sum of RGB (Red+Green+Blue) = 163+65+158=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3419E is #5CBE61. Grayscale: #686868. Windows color (decimal): -6078050 or 10371491. OLE color: 10371491.
HSL color Cylindrical-coordinate representation of color #A3419E: hue angle of 303.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3419E is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 158 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.36 |
| HSL | 303.06º | 0.43% | 0.45% | - |
| HSV(B) | 303.06º | 0.6% | 0.64% | - |
| XYZ | 23.17 | 14.04 | 33.84 | - |
| YUV | 104.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 158 | 0 | 0.60 | 0.03 | 0.36 | 303.06 | 0.43 | 0.45 |
| Hex | A3 | 41 | 9E | 0 | 3C | 3 | 24 | 12F | 2B | 2D |
| Octal | 243 | 101 | 236 | 0 | 74 | 3 | 44 | 457 | 53 | 55 |
| Binary | 10100011 | 1000001 | 10011110 | 0 | 111100 | 11 | 100100 | 100101111 | 101011 | 101101 |
Color Harmonies of #A3419E
Complementary color
Monochromatic Colors of #A3419E
Black with #A3419E
Text Example
Text Example
White with #A3419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3419E; }
p { color: rgb(163,65,158); }
H1.HeaderClassName
{
color: #A3419E;
}
.AnyTagClassName
{
color: #A3419E;
}
</style>
background-color css
<style>
a { background-color: #A3419E; }
a { background-color: rgb(163,65,158); }
div.DivClassName
{
background-color: #A3419E;
}
.BgClassName
{
background-color: #A3419E;
}
</style>
border-color css
<style>
span { border-color: #A3419E; }
span { border-color: rgb(163,65,158); }
td.TdClassName
{
border-color: #A3419E;
}
.TagClassName
{
border-color: #A3419E;
}
</style>