Shades of Blue Violet #A448F9
Tints of Blue Violet #A448F9
RGB
CMYK
RGB Variations
Color information
#A448F9 (or 0xA448F9) is known color: Blue Violet. HEX triplet: A4, 48 and F9. RGB value is (164,72,249). Sum of RGB (Red+Green+Blue) = 164+72+249=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #A448F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A448F9 is #5BB706. Grayscale: #777777. Windows color (decimal): -6010631 or 16337060. OLE color: 16337060.
HSL color Cylindrical-coordinate representation of color #A448F9: hue angle of 271.19º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A448F9 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 72 | 249 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.02 |
| HSL | 271.19º | 0.94% | 0.63% | - |
| HSV(B) | 271.19º | 0.71% | 0.98% | - |
| XYZ | 34.73 | 19.37 | 91.53 | - |
| YUV | 119.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 249 | 0.34 | 0.71 | 0 | 0.02 | 271.19 | 0.94 | 0.63 |
| Hex | A4 | 48 | F9 | 22 | 47 | 0 | 2 | 10F | 5E | 3F |
| Octal | 244 | 110 | 371 | 42 | 107 | 0 | 2 | 417 | 136 | 77 |
| Binary | 10100100 | 1001000 | 11111001 | 100010 | 1000111 | 0 | 10 | 100001111 | 1011110 | 111111 |
Color Harmonies of #A448F9
Complementary color
Monochromatic Colors of #A448F9
Black with #A448F9
Text Example
Text Example
White with #A448F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448F9; }
p { color: rgb(164,72,249); }
H1.HeaderClassName
{
color: #A448F9;
}
.AnyTagClassName
{
color: #A448F9;
}
</style>
background-color css
<style>
a { background-color: #A448F9; }
a { background-color: rgb(164,72,249); }
div.DivClassName
{
background-color: #A448F9;
}
.BgClassName
{
background-color: #A448F9;
}
</style>
border-color css
<style>
span { border-color: #A448F9; }
span { border-color: rgb(164,72,249); }
td.TdClassName
{
border-color: #A448F9;
}
.TagClassName
{
border-color: #A448F9;
}
</style>