Shades of Blue Violet #A039F9
Tints of Blue Violet #A039F9
RGB
CMYK
RGB Variations
Color information
#A039F9 (or 0xA039F9) is known color: Blue Violet. HEX triplet: A0, 39 and F9. RGB value is (160,57,249). Sum of RGB (Red+Green+Blue) = 160+57+249=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #A039F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039F9 is #5FC606. Grayscale: #6D6D6D. Windows color (decimal): -6276615 or 16333216. OLE color: 16333216.
HSL color Cylindrical-coordinate representation of color #A039F9: hue angle of 272.19º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A039F9 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 57 | 249 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.02 |
| HSL | 272.19º | 0.94% | 0.6% | - |
| HSV(B) | 272.19º | 0.77% | 0.98% | - |
| XYZ | 33.06 | 17.24 | 91.21 | - |
| YUV | 109.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 249 | 0.36 | 0.77 | 0 | 0.02 | 272.19 | 0.94 | 0.6 |
| Hex | A0 | 39 | F9 | 24 | 4D | 0 | 2 | 110 | 5E | 3C |
| Octal | 240 | 71 | 371 | 44 | 115 | 0 | 2 | 420 | 136 | 74 |
| Binary | 10100000 | 111001 | 11111001 | 100100 | 1001101 | 0 | 10 | 100010000 | 1011110 | 111100 |
Color Harmonies of #A039F9
Complementary color
Monochromatic Colors of #A039F9
Black with #A039F9
Text Example
Text Example
White with #A039F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039F9; }
p { color: rgb(160,57,249); }
H1.HeaderClassName
{
color: #A039F9;
}
.AnyTagClassName
{
color: #A039F9;
}
</style>
background-color css
<style>
a { background-color: #A039F9; }
a { background-color: rgb(160,57,249); }
div.DivClassName
{
background-color: #A039F9;
}
.BgClassName
{
background-color: #A039F9;
}
</style>
border-color css
<style>
span { border-color: #A039F9; }
span { border-color: rgb(160,57,249); }
td.TdClassName
{
border-color: #A039F9;
}
.TagClassName
{
border-color: #A039F9;
}
</style>