Shades of Violet Blue #A3409C
Tints of Violet Blue #A3409C
RGB
CMYK
RGB Variations
Color information
#A3409C (or 0xA3409C) is known color: Violet Blue. HEX triplet: A3, 40 and 9C. RGB value is (163,64,156). Sum of RGB (Red+Green+Blue) = 163+64+156=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3409C is #5CBF63. Grayscale: #676767. Windows color (decimal): -6078308 or 10240163. OLE color: 10240163.
HSL color Cylindrical-coordinate representation of color #A3409C: hue angle of 304.24º 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 #A3409C is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 156 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.36 |
| HSL | 304.24º | 0.44% | 0.45% | - |
| HSV(B) | 304.24º | 0.61% | 0.64% | - |
| XYZ | 22.94 | 13.85 | 32.92 | - |
| YUV | 104.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 156 | 0 | 0.61 | 0.04 | 0.36 | 304.24 | 0.44 | 0.45 |
| Hex | A3 | 40 | 9C | 0 | 3D | 4 | 24 | 130 | 2C | 2D |
| Octal | 243 | 100 | 234 | 0 | 75 | 4 | 44 | 460 | 54 | 55 |
| Binary | 10100011 | 1000000 | 10011100 | 0 | 111101 | 100 | 100100 | 100110000 | 101100 | 101101 |
Color Harmonies of #A3409C
Complementary color
Monochromatic Colors of #A3409C
Black with #A3409C
Text Example
Text Example
White with #A3409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3409C; }
p { color: rgb(163,64,156); }
H1.HeaderClassName
{
color: #A3409C;
}
.AnyTagClassName
{
color: #A3409C;
}
</style>
background-color css
<style>
a { background-color: #A3409C; }
a { background-color: rgb(163,64,156); }
div.DivClassName
{
background-color: #A3409C;
}
.BgClassName
{
background-color: #A3409C;
}
</style>
border-color css
<style>
span { border-color: #A3409C; }
span { border-color: rgb(163,64,156); }
td.TdClassName
{
border-color: #A3409C;
}
.TagClassName
{
border-color: #A3409C;
}
</style>