Shades of Blue Violet #A644EC
Tints of Blue Violet #A644EC
RGB
CMYK
RGB Variations
Color information
#A644EC (or 0xA644EC) is known color: Blue Violet. HEX triplet: A6, 44 and EC. RGB value is (166,68,236). Sum of RGB (Red+Green+Blue) = 166+68+236=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #A644EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A644EC is #59BB13. Grayscale: #737373. Windows color (decimal): -5880596 or 15484070. OLE color: 15484070.
HSL color Cylindrical-coordinate representation of color #A644EC: hue angle of 275º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A644EC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 68 | 236 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.07 |
| HSL | 275º | 0.82% | 0.6% | - |
| HSV(B) | 275º | 0.71% | 0.93% | - |
| XYZ | 32.93 | 18.3 | 81.15 | - |
| YUV | 116.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 236 | 0.30 | 0.71 | 0 | 0.07 | 275 | 0.82 | 0.6 |
| Hex | A6 | 44 | EC | 1E | 47 | 0 | 7 | 113 | 52 | 3C |
| Octal | 246 | 104 | 354 | 36 | 107 | 0 | 7 | 423 | 122 | 74 |
| Binary | 10100110 | 1000100 | 11101100 | 11110 | 1000111 | 0 | 111 | 100010011 | 1010010 | 111100 |
Color Harmonies of #A644EC
Complementary color
Monochromatic Colors of #A644EC
Black with #A644EC
Text Example
Text Example
White with #A644EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644EC; }
p { color: rgb(166,68,236); }
H1.HeaderClassName
{
color: #A644EC;
}
.AnyTagClassName
{
color: #A644EC;
}
</style>
background-color css
<style>
a { background-color: #A644EC; }
a { background-color: rgb(166,68,236); }
div.DivClassName
{
background-color: #A644EC;
}
.BgClassName
{
background-color: #A644EC;
}
</style>
border-color css
<style>
span { border-color: #A644EC; }
span { border-color: rgb(166,68,236); }
td.TdClassName
{
border-color: #A644EC;
}
.TagClassName
{
border-color: #A644EC;
}
</style>