Shades of Violet Blue #A434A6
Tints of Violet Blue #A434A6
RGB
CMYK
RGB Variations
Color information
#A434A6 (or 0xA434A6) is known color: Violet Blue. HEX triplet: A4, 34 and A6. RGB value is (164,52,166). Sum of RGB (Red+Green+Blue) = 164+52+166=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #A434A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A434A6 is #5BCB59. Grayscale: #626262. Windows color (decimal): -6015834 or 10892452. OLE color: 10892452.
HSL color Cylindrical-coordinate representation of color #A434A6: hue angle of 298.95º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A434A6 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 52 | 166 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.35 |
| HSL | 298.95º | 0.52% | 0.43% | - |
| HSV(B) | 298.95º | 0.69% | 0.65% | - |
| XYZ | 23.42 | 13.1 | 37.37 | - |
| YUV | 98.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 166 | 0.01 | 0.69 | 0 | 0.35 | 298.95 | 0.52 | 0.43 |
| Hex | A4 | 34 | A6 | 1 | 45 | 0 | 23 | 12B | 34 | 2B |
| Octal | 244 | 64 | 246 | 1 | 105 | 0 | 43 | 453 | 64 | 53 |
| Binary | 10100100 | 110100 | 10100110 | 1 | 1000101 | 0 | 100011 | 100101011 | 110100 | 101011 |
Color Harmonies of #A434A6
Complementary color
Monochromatic Colors of #A434A6
Black with #A434A6
Text Example
Text Example
White with #A434A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434A6; }
p { color: rgb(164,52,166); }
H1.HeaderClassName
{
color: #A434A6;
}
.AnyTagClassName
{
color: #A434A6;
}
</style>
background-color css
<style>
a { background-color: #A434A6; }
a { background-color: rgb(164,52,166); }
div.DivClassName
{
background-color: #A434A6;
}
.BgClassName
{
background-color: #A434A6;
}
</style>
border-color css
<style>
span { border-color: #A434A6; }
span { border-color: rgb(164,52,166); }
td.TdClassName
{
border-color: #A434A6;
}
.TagClassName
{
border-color: #A434A6;
}
</style>