Shades of Blue Violet #A440EC
Tints of Blue Violet #A440EC
RGB
CMYK
RGB Variations
Color information
#A440EC (or 0xA440EC) is known color: Blue Violet. HEX triplet: A4, 40 and EC. RGB value is (164,64,236). Sum of RGB (Red+Green+Blue) = 164+64+236=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A440EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A440EC is #5BBF13. Grayscale: #707070. Windows color (decimal): -6012692 or 15483044. OLE color: 15483044.
HSL color Cylindrical-coordinate representation of color #A440EC: hue angle of 274.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A440EC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 64 | 236 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.07 |
| HSL | 274.88º | 0.82% | 0.59% | - |
| HSV(B) | 274.88º | 0.73% | 0.93% | - |
| XYZ | 32.28 | 17.62 | 81.06 | - |
| YUV | 113.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 236 | 0.31 | 0.73 | 0 | 0.07 | 274.88 | 0.82 | 0.59 |
| Hex | A4 | 40 | EC | 1F | 49 | 0 | 7 | 113 | 52 | 3B |
| Octal | 244 | 100 | 354 | 37 | 111 | 0 | 7 | 423 | 122 | 73 |
| Binary | 10100100 | 1000000 | 11101100 | 11111 | 1001001 | 0 | 111 | 100010011 | 1010010 | 111011 |
Color Harmonies of #A440EC
Complementary color
Monochromatic Colors of #A440EC
Black with #A440EC
Text Example
Text Example
White with #A440EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440EC; }
p { color: rgb(164,64,236); }
H1.HeaderClassName
{
color: #A440EC;
}
.AnyTagClassName
{
color: #A440EC;
}
</style>
background-color css
<style>
a { background-color: #A440EC; }
a { background-color: rgb(164,64,236); }
div.DivClassName
{
background-color: #A440EC;
}
.BgClassName
{
background-color: #A440EC;
}
</style>
border-color css
<style>
span { border-color: #A440EC; }
span { border-color: rgb(164,64,236); }
td.TdClassName
{
border-color: #A440EC;
}
.TagClassName
{
border-color: #A440EC;
}
</style>