Shades of Violet Blue #A4349F
Tints of Violet Blue #A4349F
RGB
CMYK
RGB Variations
Color information
#A4349F (or 0xA4349F) is known color: Violet Blue. HEX triplet: A4, 34 and 9F. RGB value is (164,52,159). Sum of RGB (Red+Green+Blue) = 164+52+159=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4349F is #5BCB60. Grayscale: #616161. Windows color (decimal): -6015841 or 10433700. OLE color: 10433700.
HSL color Cylindrical-coordinate representation of color #A4349F: hue angle of 302.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4349F is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 159 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.36 |
| HSL | 302.68º | 0.52% | 0.42% | - |
| HSV(B) | 302.68º | 0.68% | 0.64% | - |
| XYZ | 22.8 | 12.85 | 34.08 | - |
| YUV | 97.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 159 | 0 | 0.68 | 0.03 | 0.36 | 302.68 | 0.52 | 0.42 |
| Hex | A4 | 34 | 9F | 0 | 44 | 3 | 24 | 12F | 34 | 2A |
| Octal | 244 | 64 | 237 | 0 | 104 | 3 | 44 | 457 | 64 | 52 |
| Binary | 10100100 | 110100 | 10011111 | 0 | 1000100 | 11 | 100100 | 100101111 | 110100 | 101010 |
Color Harmonies of #A4349F
Complementary color
Monochromatic Colors of #A4349F
Black with #A4349F
Text Example
Text Example
White with #A4349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4349F; }
p { color: rgb(164,52,159); }
H1.HeaderClassName
{
color: #A4349F;
}
.AnyTagClassName
{
color: #A4349F;
}
</style>
background-color css
<style>
a { background-color: #A4349F; }
a { background-color: rgb(164,52,159); }
div.DivClassName
{
background-color: #A4349F;
}
.BgClassName
{
background-color: #A4349F;
}
</style>
border-color css
<style>
span { border-color: #A4349F; }
span { border-color: rgb(164,52,159); }
td.TdClassName
{
border-color: #A4349F;
}
.TagClassName
{
border-color: #A4349F;
}
</style>