Shades of Blue Violet #A435EC
Tints of Blue Violet #A435EC
RGB
CMYK
RGB Variations
Color information
#A435EC (or 0xA435EC) is known color: Blue Violet. HEX triplet: A4, 35 and EC. RGB value is (164,53,236). Sum of RGB (Red+Green+Blue) = 164+53+236=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #A435EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A435EC is #5BCA13. Grayscale: #6A6A6A. Windows color (decimal): -6015508 or 15480228. OLE color: 15480228.
HSL color Cylindrical-coordinate representation of color #A435EC: hue angle of 276.39º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A435EC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 53 | 236 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.39º | 0.83% | 0.57% | - |
| HSV(B) | 276.39º | 0.78% | 0.93% | - |
| XYZ | 31.72 | 16.49 | 80.87 | - |
| YUV | 107.05 | 200.77 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 236 | 0.31 | 0.78 | 0 | 0.07 | 276.39 | 0.83 | 0.57 |
| Hex | A4 | 35 | EC | 1F | 4E | 0 | 7 | 114 | 53 | 39 |
| Octal | 244 | 65 | 354 | 37 | 116 | 0 | 7 | 424 | 123 | 71 |
| Binary | 10100100 | 110101 | 11101100 | 11111 | 1001110 | 0 | 111 | 100010100 | 1010011 | 111001 |
Color Harmonies of #A435EC
Complementary color
Monochromatic Colors of #A435EC
Black with #A435EC
Text Example
Text Example
White with #A435EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435EC; }
p { color: rgb(164,53,236); }
H1.HeaderClassName
{
color: #A435EC;
}
.AnyTagClassName
{
color: #A435EC;
}
</style>
background-color css
<style>
a { background-color: #A435EC; }
a { background-color: rgb(164,53,236); }
div.DivClassName
{
background-color: #A435EC;
}
.BgClassName
{
background-color: #A435EC;
}
</style>
border-color css
<style>
span { border-color: #A435EC; }
span { border-color: rgb(164,53,236); }
td.TdClassName
{
border-color: #A435EC;
}
.TagClassName
{
border-color: #A435EC;
}
</style>