Shades of Violet Blue #A434A0
Tints of Violet Blue #A434A0
RGB
CMYK
RGB Variations
Color information
#A434A0 (or 0xA434A0) is known color: Violet Blue. HEX triplet: A4, 34 and A0. RGB value is (164,52,160). Sum of RGB (Red+Green+Blue) = 164+52+160=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A434A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A434A0 is #5BCB5F. Grayscale: #616161. Windows color (decimal): -6015840 or 10499236. OLE color: 10499236.
HSL color Cylindrical-coordinate representation of color #A434A0: hue angle of 302.14º 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 #A434A0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 160 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.36 |
| HSL | 302.14º | 0.52% | 0.42% | - |
| HSV(B) | 302.14º | 0.68% | 0.64% | - |
| XYZ | 22.88 | 12.89 | 34.54 | - |
| YUV | 97.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 160 | 0 | 0.68 | 0.02 | 0.36 | 302.14 | 0.52 | 0.42 |
| Hex | A4 | 34 | A0 | 0 | 44 | 2 | 24 | 12E | 34 | 2A |
| Octal | 244 | 64 | 240 | 0 | 104 | 2 | 44 | 456 | 64 | 52 |
| Binary | 10100100 | 110100 | 10100000 | 0 | 1000100 | 10 | 100100 | 100101110 | 110100 | 101010 |
Color Harmonies of #A434A0
Complementary color
Monochromatic Colors of #A434A0
Black with #A434A0
Text Example
Text Example
White with #A434A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434A0; }
p { color: rgb(164,52,160); }
H1.HeaderClassName
{
color: #A434A0;
}
.AnyTagClassName
{
color: #A434A0;
}
</style>
background-color css
<style>
a { background-color: #A434A0; }
a { background-color: rgb(164,52,160); }
div.DivClassName
{
background-color: #A434A0;
}
.BgClassName
{
background-color: #A434A0;
}
</style>
border-color css
<style>
span { border-color: #A434A0; }
span { border-color: rgb(164,52,160); }
td.TdClassName
{
border-color: #A434A0;
}
.TagClassName
{
border-color: #A434A0;
}
</style>