Shades of Blue Violet #A436EC
Tints of Blue Violet #A436EC
RGB
CMYK
RGB Variations
Color information
#A436EC (or 0xA436EC) is known color: Blue Violet. HEX triplet: A4, 36 and EC. RGB value is (164,54,236). Sum of RGB (Red+Green+Blue) = 164+54+236=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #A436EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A436EC is #5BC913. Grayscale: #6B6B6B. Windows color (decimal): -6015252 or 15480484. OLE color: 15480484.
HSL color Cylindrical-coordinate representation of color #A436EC: hue angle of 276.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A436EC is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 54 | 236 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.07 |
| HSL | 276.26º | 0.83% | 0.57% | - |
| HSV(B) | 276.26º | 0.77% | 0.93% | - |
| XYZ | 31.77 | 16.59 | 80.88 | - |
| YUV | 107.64 | 200.44 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 236 | 0.31 | 0.77 | 0 | 0.07 | 276.26 | 0.83 | 0.57 |
| Hex | A4 | 36 | EC | 1F | 4D | 0 | 7 | 114 | 53 | 39 |
| Octal | 244 | 66 | 354 | 37 | 115 | 0 | 7 | 424 | 123 | 71 |
| Binary | 10100100 | 110110 | 11101100 | 11111 | 1001101 | 0 | 111 | 100010100 | 1010011 | 111001 |
Color Harmonies of #A436EC
Complementary color
Monochromatic Colors of #A436EC
Black with #A436EC
Text Example
Text Example
White with #A436EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436EC; }
p { color: rgb(164,54,236); }
H1.HeaderClassName
{
color: #A436EC;
}
.AnyTagClassName
{
color: #A436EC;
}
</style>
background-color css
<style>
a { background-color: #A436EC; }
a { background-color: rgb(164,54,236); }
div.DivClassName
{
background-color: #A436EC;
}
.BgClassName
{
background-color: #A436EC;
}
</style>
border-color css
<style>
span { border-color: #A436EC; }
span { border-color: rgb(164,54,236); }
td.TdClassName
{
border-color: #A436EC;
}
.TagClassName
{
border-color: #A436EC;
}
</style>