Shades of Blue Violet #A644FE
Tints of Blue Violet #A644FE
RGB
CMYK
RGB Variations
Color information
#A644FE (or 0xA644FE) is known color: Blue Violet. HEX triplet: A6, 44 and FE. RGB value is (166,68,254). Sum of RGB (Red+Green+Blue) = 166+68+254=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #A644FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A644FE is #59BB01. Grayscale: #757575. Windows color (decimal): -5880578 or 16663718. OLE color: 16663718.
HSL color Cylindrical-coordinate representation of color #A644FE: hue angle of 271.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A644FE is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 68 | 254 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.00 |
| HSL | 271.61º | 0.99% | 0.63% | - |
| HSV(B) | 271.61º | 0.73% | 1% | - |
| XYZ | 35.68 | 19.4 | 95.63 | - |
| YUV | 118.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 254 | 0.35 | 0.73 | 0 | 0.00 | 271.61 | 0.99 | 0.63 |
| Hex | A6 | 44 | FE | 23 | 49 | 0 | 0 | 110 | 63 | 3F |
| Octal | 246 | 104 | 376 | 43 | 111 | 0 | 0 | 420 | 143 | 77 |
| Binary | 10100110 | 1000100 | 11111110 | 100011 | 1001001 | 0 | 0 | 100010000 | 1100011 | 111111 |
Color Harmonies of #A644FE
Complementary color
Monochromatic Colors of #A644FE
Black with #A644FE
Text Example
Text Example
White with #A644FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644FE; }
p { color: rgb(166,68,254); }
H1.HeaderClassName
{
color: #A644FE;
}
.AnyTagClassName
{
color: #A644FE;
}
</style>
background-color css
<style>
a { background-color: #A644FE; }
a { background-color: rgb(166,68,254); }
div.DivClassName
{
background-color: #A644FE;
}
.BgClassName
{
background-color: #A644FE;
}
</style>
border-color css
<style>
span { border-color: #A644FE; }
span { border-color: rgb(166,68,254); }
td.TdClassName
{
border-color: #A644FE;
}
.TagClassName
{
border-color: #A644FE;
}
</style>