Shades of Violet Blue #A3409E
Tints of Violet Blue #A3409E
RGB
CMYK
RGB Variations
Color information
#A3409E (or 0xA3409E) is known color: Violet Blue. HEX triplet: A3, 40 and 9E. RGB value is (163,64,158). Sum of RGB (Red+Green+Blue) = 163+64+158=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3409E is #5CBF61. Grayscale: #686868. Windows color (decimal): -6078306 or 10371235. OLE color: 10371235.
HSL color Cylindrical-coordinate representation of color #A3409E: hue angle of 303.03º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3409E is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 158 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.36 |
| HSL | 303.03º | 0.44% | 0.45% | - |
| HSV(B) | 303.03º | 0.61% | 0.64% | - |
| XYZ | 23.11 | 13.92 | 33.82 | - |
| YUV | 104.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 158 | 0 | 0.61 | 0.03 | 0.36 | 303.03 | 0.44 | 0.45 |
| Hex | A3 | 40 | 9E | 0 | 3D | 3 | 24 | 12F | 2C | 2D |
| Octal | 243 | 100 | 236 | 0 | 75 | 3 | 44 | 457 | 54 | 55 |
| Binary | 10100011 | 1000000 | 10011110 | 0 | 111101 | 11 | 100100 | 100101111 | 101100 | 101101 |
Color Harmonies of #A3409E
Complementary color
Monochromatic Colors of #A3409E
Black with #A3409E
Text Example
Text Example
White with #A3409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3409E; }
p { color: rgb(163,64,158); }
H1.HeaderClassName
{
color: #A3409E;
}
.AnyTagClassName
{
color: #A3409E;
}
</style>
background-color css
<style>
a { background-color: #A3409E; }
a { background-color: rgb(163,64,158); }
div.DivClassName
{
background-color: #A3409E;
}
.BgClassName
{
background-color: #A3409E;
}
</style>
border-color css
<style>
span { border-color: #A3409E; }
span { border-color: rgb(163,64,158); }
td.TdClassName
{
border-color: #A3409E;
}
.TagClassName
{
border-color: #A3409E;
}
</style>