Shades of Violet Blue #A3419A
Tints of Violet Blue #A3419A
RGB
CMYK
RGB Variations
Color information
#A3419A (or 0xA3419A) is known color: Violet Blue. HEX triplet: A3, 41 and 9A. RGB value is (163,65,154). Sum of RGB (Red+Green+Blue) = 163+65+154=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3419A is #5CBE65. Grayscale: #686868. Windows color (decimal): -6078054 or 10109347. OLE color: 10109347.
HSL color Cylindrical-coordinate representation of color #A3419A: hue angle of 305.51º 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 #A3419A is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 154 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.36 |
| HSL | 305.51º | 0.43% | 0.45% | - |
| HSV(B) | 305.51º | 0.6% | 0.64% | - |
| XYZ | 22.83 | 13.9 | 32.05 | - |
| YUV | 104.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 154 | 0 | 0.60 | 0.06 | 0.36 | 305.51 | 0.43 | 0.45 |
| Hex | A3 | 41 | 9A | 0 | 3C | 6 | 24 | 132 | 2B | 2D |
| Octal | 243 | 101 | 232 | 0 | 74 | 6 | 44 | 462 | 53 | 55 |
| Binary | 10100011 | 1000001 | 10011010 | 0 | 111100 | 110 | 100100 | 100110010 | 101011 | 101101 |
Color Harmonies of #A3419A
Complementary color
Monochromatic Colors of #A3419A
Black with #A3419A
Text Example
Text Example
White with #A3419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3419A; }
p { color: rgb(163,65,154); }
H1.HeaderClassName
{
color: #A3419A;
}
.AnyTagClassName
{
color: #A3419A;
}
</style>
background-color css
<style>
a { background-color: #A3419A; }
a { background-color: rgb(163,65,154); }
div.DivClassName
{
background-color: #A3419A;
}
.BgClassName
{
background-color: #A3419A;
}
</style>
border-color css
<style>
span { border-color: #A3419A; }
span { border-color: rgb(163,65,154); }
td.TdClassName
{
border-color: #A3419A;
}
.TagClassName
{
border-color: #A3419A;
}
</style>