Shades of Blue Violet #A744FF
Tints of Blue Violet #A744FF
RGB
CMYK
RGB Variations
Color information
#A744FF (or 0xA744FF) is known color: Blue Violet. HEX triplet: A7, 44 and FF. RGB value is (167,68,255). Sum of RGB (Red+Green+Blue) = 167+68+255=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #A744FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A744FF is #58BB00. Grayscale: #767676. Windows color (decimal): -5815041 or 16729255. OLE color: 16729255.
HSL color Cylindrical-coordinate representation of color #A744FF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A744FF is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 68 | 255 | - |
| CMYK | 0.35 | 0.73 | 0 | 0 |
| HSL | 271.76º | 1% | 0.63% | - |
| HSV(B) | 271.76º | 0.73% | 1% | - |
| XYZ | 36.05 | 19.57 | 96.48 | - |
| YUV | 118.92 | 204.8 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 255 | 0.35 | 0.73 | 0 | 0 | 271.76 | 1 | 0.63 |
| Hex | A7 | 44 | FF | 23 | 49 | 0 | 0 | 110 | 64 | 3F |
| Octal | 247 | 104 | 377 | 43 | 111 | 0 | 0 | 420 | 144 | 77 |
| Binary | 10100111 | 1000100 | 11111111 | 100011 | 1001001 | 0 | 0 | 100010000 | 1100100 | 111111 |
Color Harmonies of #A744FF
Complementary color
Monochromatic Colors of #A744FF
Black with #A744FF
Text Example
Text Example
White with #A744FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744FF; }
p { color: rgb(167,68,255); }
H1.HeaderClassName
{
color: #A744FF;
}
.AnyTagClassName
{
color: #A744FF;
}
</style>
background-color css
<style>
a { background-color: #A744FF; }
a { background-color: rgb(167,68,255); }
div.DivClassName
{
background-color: #A744FF;
}
.BgClassName
{
background-color: #A744FF;
}
</style>
border-color css
<style>
span { border-color: #A744FF; }
span { border-color: rgb(167,68,255); }
td.TdClassName
{
border-color: #A744FF;
}
.TagClassName
{
border-color: #A744FF;
}
</style>