Shades of Violet Blue #A434A3
Tints of Violet Blue #A434A3
RGB
CMYK
RGB Variations
Color information
#A434A3 (or 0xA434A3) is known color: Violet Blue. HEX triplet: A4, 34 and A3. RGB value is (164,52,163). Sum of RGB (Red+Green+Blue) = 164+52+163=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A434A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A434A3 is #5BCB5C. Grayscale: #616161. Windows color (decimal): -6015837 or 10695844. OLE color: 10695844.
HSL color Cylindrical-coordinate representation of color #A434A3: hue angle of 300.54º 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 #A434A3 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 163 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.36 |
| HSL | 300.54º | 0.52% | 0.42% | - |
| HSV(B) | 300.54º | 0.68% | 0.64% | - |
| XYZ | 23.15 | 12.99 | 35.94 | - |
| YUV | 98.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 163 | 0 | 0.68 | 0.01 | 0.36 | 300.54 | 0.52 | 0.42 |
| Hex | A4 | 34 | A3 | 0 | 44 | 1 | 24 | 12D | 34 | 2A |
| Octal | 244 | 64 | 243 | 0 | 104 | 1 | 44 | 455 | 64 | 52 |
| Binary | 10100100 | 110100 | 10100011 | 0 | 1000100 | 1 | 100100 | 100101101 | 110100 | 101010 |
Color Harmonies of #A434A3
Complementary color
Monochromatic Colors of #A434A3
Black with #A434A3
Text Example
Text Example
White with #A434A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434A3; }
p { color: rgb(164,52,163); }
H1.HeaderClassName
{
color: #A434A3;
}
.AnyTagClassName
{
color: #A434A3;
}
</style>
background-color css
<style>
a { background-color: #A434A3; }
a { background-color: rgb(164,52,163); }
div.DivClassName
{
background-color: #A434A3;
}
.BgClassName
{
background-color: #A434A3;
}
</style>
border-color css
<style>
span { border-color: #A434A3; }
span { border-color: rgb(164,52,163); }
td.TdClassName
{
border-color: #A434A3;
}
.TagClassName
{
border-color: #A434A3;
}
</style>