Shades of Blue Violet #A44DF9
Tints of Blue Violet #A44DF9
RGB
CMYK
RGB Variations
Color information
#A44DF9 (or 0xA44DF9) is known color: Blue Violet. HEX triplet: A4, 4D and F9. RGB value is (164,77,249). Sum of RGB (Red+Green+Blue) = 164+77+249=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #A44DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DF9 is #5BB206. Grayscale: #7A7A7A. Windows color (decimal): -6009351 or 16338340. OLE color: 16338340.
HSL color Cylindrical-coordinate representation of color #A44DF9: hue angle of 270.35º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A44DF9 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 77 | 249 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.02 |
| HSL | 270.35º | 0.93% | 0.64% | - |
| HSV(B) | 270.35º | 0.69% | 0.98% | - |
| XYZ | 35.06 | 20.04 | 91.64 | - |
| YUV | 122.62 | 199.32 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 249 | 0.34 | 0.69 | 0 | 0.02 | 270.35 | 0.93 | 0.64 |
| Hex | A4 | 4D | F9 | 22 | 45 | 0 | 2 | 10E | 5D | 40 |
| Octal | 244 | 115 | 371 | 42 | 105 | 0 | 2 | 416 | 135 | 100 |
| Binary | 10100100 | 1001101 | 11111001 | 100010 | 1000101 | 0 | 10 | 100001110 | 1011101 | 1000000 |
Color Harmonies of #A44DF9
Complementary color
Monochromatic Colors of #A44DF9
Black with #A44DF9
Text Example
Text Example
White with #A44DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DF9; }
p { color: rgb(164,77,249); }
H1.HeaderClassName
{
color: #A44DF9;
}
.AnyTagClassName
{
color: #A44DF9;
}
</style>
background-color css
<style>
a { background-color: #A44DF9; }
a { background-color: rgb(164,77,249); }
div.DivClassName
{
background-color: #A44DF9;
}
.BgClassName
{
background-color: #A44DF9;
}
</style>
border-color css
<style>
span { border-color: #A44DF9; }
span { border-color: rgb(164,77,249); }
td.TdClassName
{
border-color: #A44DF9;
}
.TagClassName
{
border-color: #A44DF9;
}
</style>