Shades of Blue Violet #A434EC
Tints of Blue Violet #A434EC
RGB
CMYK
RGB Variations
Color information
#A434EC (or 0xA434EC) is known color: Blue Violet. HEX triplet: A4, 34 and EC. RGB value is (164,52,236). Sum of RGB (Red+Green+Blue) = 164+52+236=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A434EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434EC is #5BCB13. Grayscale: #696969. Windows color (decimal): -6015764 or 15479972. OLE color: 15479972.
HSL color Cylindrical-coordinate representation of color #A434EC: hue angle of 276.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A434EC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 52 | 236 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.52º | 0.83% | 0.56% | - |
| HSV(B) | 276.52º | 0.78% | 0.93% | - |
| XYZ | 31.68 | 16.4 | 80.85 | - |
| YUV | 106.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 236 | 0.31 | 0.78 | 0 | 0.07 | 276.52 | 0.83 | 0.56 |
| Hex | A4 | 34 | EC | 1F | 4E | 0 | 7 | 115 | 53 | 38 |
| Octal | 244 | 64 | 354 | 37 | 116 | 0 | 7 | 425 | 123 | 70 |
| Binary | 10100100 | 110100 | 11101100 | 11111 | 1001110 | 0 | 111 | 100010101 | 1010011 | 111000 |
Color Harmonies of #A434EC
Complementary color
Monochromatic Colors of #A434EC
Black with #A434EC
Text Example
Text Example
White with #A434EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434EC; }
p { color: rgb(164,52,236); }
H1.HeaderClassName
{
color: #A434EC;
}
.AnyTagClassName
{
color: #A434EC;
}
</style>
background-color css
<style>
a { background-color: #A434EC; }
a { background-color: rgb(164,52,236); }
div.DivClassName
{
background-color: #A434EC;
}
.BgClassName
{
background-color: #A434EC;
}
</style>
border-color css
<style>
span { border-color: #A434EC; }
span { border-color: rgb(164,52,236); }
td.TdClassName
{
border-color: #A434EC;
}
.TagClassName
{
border-color: #A434EC;
}
</style>