Shades of Blue Violet #A744FE
Tints of Blue Violet #A744FE
RGB
CMYK
RGB Variations
Color information
#A744FE (or 0xA744FE) is known color: Blue Violet. HEX triplet: A7, 44 and FE. RGB value is (167,68,254). Sum of RGB (Red+Green+Blue) = 167+68+254=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #A744FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A744FE is #58BB01. Grayscale: #767676. Windows color (decimal): -5815042 or 16663719. OLE color: 16663719.
HSL color Cylindrical-coordinate representation of color #A744FE: hue angle of 271.94º 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 #A744FE is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 68 | 254 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.00 |
| HSL | 271.94º | 0.99% | 0.63% | - |
| HSV(B) | 271.94º | 0.73% | 1% | - |
| XYZ | 35.89 | 19.51 | 95.64 | - |
| YUV | 118.81 | 204.3 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 254 | 0.34 | 0.73 | 0 | 0.00 | 271.94 | 0.99 | 0.63 |
| Hex | A7 | 44 | FE | 22 | 49 | 0 | 0 | 110 | 63 | 3F |
| Octal | 247 | 104 | 376 | 42 | 111 | 0 | 0 | 420 | 143 | 77 |
| Binary | 10100111 | 1000100 | 11111110 | 100010 | 1001001 | 0 | 0 | 100010000 | 1100011 | 111111 |
Color Harmonies of #A744FE
Complementary color
Monochromatic Colors of #A744FE
Black with #A744FE
Text Example
Text Example
White with #A744FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744FE; }
p { color: rgb(167,68,254); }
H1.HeaderClassName
{
color: #A744FE;
}
.AnyTagClassName
{
color: #A744FE;
}
</style>
background-color css
<style>
a { background-color: #A744FE; }
a { background-color: rgb(167,68,254); }
div.DivClassName
{
background-color: #A744FE;
}
.BgClassName
{
background-color: #A744FE;
}
</style>
border-color css
<style>
span { border-color: #A744FE; }
span { border-color: rgb(167,68,254); }
td.TdClassName
{
border-color: #A744FE;
}
.TagClassName
{
border-color: #A744FE;
}
</style>