Shades of Blue Violet #A444F9
Tints of Blue Violet #A444F9
RGB
CMYK
RGB Variations
Color information
#A444F9 (or 0xA444F9) is known color: Blue Violet. HEX triplet: A4, 44 and F9. RGB value is (164,68,249). Sum of RGB (Red+Green+Blue) = 164+68+249=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #A444F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444F9 is #5BBB06. Grayscale: #747474. Windows color (decimal): -6011655 or 16336036. OLE color: 16336036.
HSL color Cylindrical-coordinate representation of color #A444F9: hue angle of 271.82º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A444F9 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 68 | 249 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.02 |
| HSL | 271.82º | 0.94% | 0.62% | - |
| HSV(B) | 271.82º | 0.73% | 0.98% | - |
| XYZ | 34.48 | 18.87 | 91.45 | - |
| YUV | 117.34 | 202.3 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 249 | 0.34 | 0.73 | 0 | 0.02 | 271.82 | 0.94 | 0.62 |
| Hex | A4 | 44 | F9 | 22 | 49 | 0 | 2 | 110 | 5E | 3E |
| Octal | 244 | 104 | 371 | 42 | 111 | 0 | 2 | 420 | 136 | 76 |
| Binary | 10100100 | 1000100 | 11111001 | 100010 | 1001001 | 0 | 10 | 100010000 | 1011110 | 111110 |
Color Harmonies of #A444F9
Complementary color
Monochromatic Colors of #A444F9
Black with #A444F9
Text Example
Text Example
White with #A444F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444F9; }
p { color: rgb(164,68,249); }
H1.HeaderClassName
{
color: #A444F9;
}
.AnyTagClassName
{
color: #A444F9;
}
</style>
background-color css
<style>
a { background-color: #A444F9; }
a { background-color: rgb(164,68,249); }
div.DivClassName
{
background-color: #A444F9;
}
.BgClassName
{
background-color: #A444F9;
}
</style>
border-color css
<style>
span { border-color: #A444F9; }
span { border-color: rgb(164,68,249); }
td.TdClassName
{
border-color: #A444F9;
}
.TagClassName
{
border-color: #A444F9;
}
</style>