Shades of Violet Blue #A3409F
Tints of Violet Blue #A3409F
RGB
CMYK
RGB Variations
Color information
#A3409F (or 0xA3409F) is known color: Violet Blue. HEX triplet: A3, 40 and 9F. RGB value is (163,64,159). Sum of RGB (Red+Green+Blue) = 163+64+159=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3409F is #5CBF60. Grayscale: #686868. Windows color (decimal): -6078305 or 10436771. OLE color: 10436771.
HSL color Cylindrical-coordinate representation of color #A3409F: hue angle of 302.42º 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 #A3409F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 159 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.36 |
| HSL | 302.42º | 0.44% | 0.45% | - |
| HSV(B) | 302.42º | 0.61% | 0.64% | - |
| XYZ | 23.2 | 13.96 | 34.27 | - |
| YUV | 104.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 159 | 0 | 0.61 | 0.02 | 0.36 | 302.42 | 0.44 | 0.45 |
| Hex | A3 | 40 | 9F | 0 | 3D | 2 | 24 | 12E | 2C | 2D |
| Octal | 243 | 100 | 237 | 0 | 75 | 2 | 44 | 456 | 54 | 55 |
| Binary | 10100011 | 1000000 | 10011111 | 0 | 111101 | 10 | 100100 | 100101110 | 101100 | 101101 |
Color Harmonies of #A3409F
Complementary color
Monochromatic Colors of #A3409F
Black with #A3409F
Text Example
Text Example
White with #A3409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3409F; }
p { color: rgb(163,64,159); }
H1.HeaderClassName
{
color: #A3409F;
}
.AnyTagClassName
{
color: #A3409F;
}
</style>
background-color css
<style>
a { background-color: #A3409F; }
a { background-color: rgb(163,64,159); }
div.DivClassName
{
background-color: #A3409F;
}
.BgClassName
{
background-color: #A3409F;
}
</style>
border-color css
<style>
span { border-color: #A3409F; }
span { border-color: rgb(163,64,159); }
td.TdClassName
{
border-color: #A3409F;
}
.TagClassName
{
border-color: #A3409F;
}
</style>