Shades of Blue Violet #A441EC
Tints of Blue Violet #A441EC
RGB
CMYK
RGB Variations
Color information
#A441EC (or 0xA441EC) is known color: Blue Violet. HEX triplet: A4, 41 and EC. RGB value is (164,65,236). Sum of RGB (Red+Green+Blue) = 164+65+236=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A441EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441EC is #5BBE13. Grayscale: #717171. Windows color (decimal): -6012436 or 15483300. OLE color: 15483300.
HSL color Cylindrical-coordinate representation of color #A441EC: hue angle of 274.74º 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 #A441EC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 65 | 236 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.07 |
| HSL | 274.74º | 0.82% | 0.59% | - |
| HSV(B) | 274.74º | 0.72% | 0.93% | - |
| XYZ | 32.34 | 17.73 | 81.07 | - |
| YUV | 114.1 | 196.8 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 236 | 0.31 | 0.72 | 0 | 0.07 | 274.74 | 0.82 | 0.59 |
| Hex | A4 | 41 | EC | 1F | 48 | 0 | 7 | 113 | 52 | 3B |
| Octal | 244 | 101 | 354 | 37 | 110 | 0 | 7 | 423 | 122 | 73 |
| Binary | 10100100 | 1000001 | 11101100 | 11111 | 1001000 | 0 | 111 | 100010011 | 1010010 | 111011 |
Color Harmonies of #A441EC
Complementary color
Monochromatic Colors of #A441EC
Black with #A441EC
Text Example
Text Example
White with #A441EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441EC; }
p { color: rgb(164,65,236); }
H1.HeaderClassName
{
color: #A441EC;
}
.AnyTagClassName
{
color: #A441EC;
}
</style>
background-color css
<style>
a { background-color: #A441EC; }
a { background-color: rgb(164,65,236); }
div.DivClassName
{
background-color: #A441EC;
}
.BgClassName
{
background-color: #A441EC;
}
</style>
border-color css
<style>
span { border-color: #A441EC; }
span { border-color: rgb(164,65,236); }
td.TdClassName
{
border-color: #A441EC;
}
.TagClassName
{
border-color: #A441EC;
}
</style>