Shades of Blue Violet #A541EC
Tints of Blue Violet #A541EC
RGB
CMYK
RGB Variations
Color information
#A541EC (or 0xA541EC) is known color: Blue Violet. HEX triplet: A5, 41 and EC. RGB value is (165,65,236). Sum of RGB (Red+Green+Blue) = 165+65+236=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A541EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541EC is #5ABE13. Grayscale: #717171. Windows color (decimal): -5946900 or 15483301. OLE color: 15483301.
HSL color Cylindrical-coordinate representation of color #A541EC: hue angle of 275.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A541EC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 65 | 236 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.07 |
| HSL | 275.09º | 0.82% | 0.59% | - |
| HSV(B) | 275.09º | 0.72% | 0.93% | - |
| XYZ | 32.55 | 17.84 | 81.08 | - |
| YUV | 114.39 | 196.63 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 236 | 0.30 | 0.72 | 0 | 0.07 | 275.09 | 0.82 | 0.59 |
| Hex | A5 | 41 | EC | 1E | 48 | 0 | 7 | 113 | 52 | 3B |
| Octal | 245 | 101 | 354 | 36 | 110 | 0 | 7 | 423 | 122 | 73 |
| Binary | 10100101 | 1000001 | 11101100 | 11110 | 1001000 | 0 | 111 | 100010011 | 1010010 | 111011 |
Color Harmonies of #A541EC
Complementary color
Monochromatic Colors of #A541EC
Black with #A541EC
Text Example
Text Example
White with #A541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541EC; }
p { color: rgb(165,65,236); }
H1.HeaderClassName
{
color: #A541EC;
}
.AnyTagClassName
{
color: #A541EC;
}
</style>
background-color css
<style>
a { background-color: #A541EC; }
a { background-color: rgb(165,65,236); }
div.DivClassName
{
background-color: #A541EC;
}
.BgClassName
{
background-color: #A541EC;
}
</style>
border-color css
<style>
span { border-color: #A541EC; }
span { border-color: rgb(165,65,236); }
td.TdClassName
{
border-color: #A541EC;
}
.TagClassName
{
border-color: #A541EC;
}
</style>