Shades of Violet Blue #A434A4
Tints of Violet Blue #A434A4
RGB
CMYK
RGB Variations
Color information
#A434A4 (or 0xA434A4) is known color: Violet Blue. HEX triplet: A4, 34 and A4. RGB value is (164,52,164). Sum of RGB (Red+Green+Blue) = 164+52+164=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A434A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A434A4 is #5BCB5B. Grayscale: #616161. Windows color (decimal): -6015836 or 10761380. OLE color: 10761380.
HSL color Cylindrical-coordinate representation of color #A434A4: hue angle of 300º 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 #A434A4 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 164 | - |
| CMYK | 0 | 0.68 | 0 | 0.36 |
| HSL | 300º | 0.52% | 0.42% | - |
| HSV(B) | 300º | 0.68% | 0.64% | - |
| XYZ | 23.24 | 13.03 | 36.41 | - |
| YUV | 98.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 164 | 0 | 0.68 | 0 | 0.36 | 300 | 0.52 | 0.42 |
| Hex | A4 | 34 | A4 | 0 | 44 | 0 | 24 | 12C | 34 | 2A |
| Octal | 244 | 64 | 244 | 0 | 104 | 0 | 44 | 454 | 64 | 52 |
| Binary | 10100100 | 110100 | 10100100 | 0 | 1000100 | 0 | 100100 | 100101100 | 110100 | 101010 |
Color Harmonies of #A434A4
Complementary color
Monochromatic Colors of #A434A4
Black with #A434A4
Text Example
Text Example
White with #A434A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434A4; }
p { color: rgb(164,52,164); }
H1.HeaderClassName
{
color: #A434A4;
}
.AnyTagClassName
{
color: #A434A4;
}
</style>
background-color css
<style>
a { background-color: #A434A4; }
a { background-color: rgb(164,52,164); }
div.DivClassName
{
background-color: #A434A4;
}
.BgClassName
{
background-color: #A434A4;
}
</style>
border-color css
<style>
span { border-color: #A434A4; }
span { border-color: rgb(164,52,164); }
td.TdClassName
{
border-color: #A434A4;
}
.TagClassName
{
border-color: #A434A4;
}
</style>