Shades of Blue Violet #A039F0
Tints of Blue Violet #A039F0
RGB
CMYK
RGB Variations
Color information
#A039F0 (or 0xA039F0) is known color: Blue Violet. HEX triplet: A0, 39 and F0. RGB value is (160,57,240). Sum of RGB (Red+Green+Blue) = 160+57+240=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #A039F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039F0 is #5FC60F. Grayscale: #6C6C6C. Windows color (decimal): -6276624 or 15743392. OLE color: 15743392.
HSL color Cylindrical-coordinate representation of color #A039F0: hue angle of 273.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A039F0 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 57 | 240 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.06 |
| HSL | 273.77º | 0.86% | 0.58% | - |
| HSV(B) | 273.77º | 0.76% | 0.94% | - |
| XYZ | 31.69 | 16.69 | 83.99 | - |
| YUV | 108.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 240 | 0.33 | 0.76 | 0 | 0.06 | 273.77 | 0.86 | 0.58 |
| Hex | A0 | 39 | F0 | 21 | 4C | 0 | 6 | 112 | 56 | 3A |
| Octal | 240 | 71 | 360 | 41 | 114 | 0 | 6 | 422 | 126 | 72 |
| Binary | 10100000 | 111001 | 11110000 | 100001 | 1001100 | 0 | 110 | 100010010 | 1010110 | 111010 |
Color Harmonies of #A039F0
Complementary color
Monochromatic Colors of #A039F0
Black with #A039F0
Text Example
Text Example
White with #A039F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039F0; }
p { color: rgb(160,57,240); }
H1.HeaderClassName
{
color: #A039F0;
}
.AnyTagClassName
{
color: #A039F0;
}
</style>
background-color css
<style>
a { background-color: #A039F0; }
a { background-color: rgb(160,57,240); }
div.DivClassName
{
background-color: #A039F0;
}
.BgClassName
{
background-color: #A039F0;
}
</style>
border-color css
<style>
span { border-color: #A039F0; }
span { border-color: rgb(160,57,240); }
td.TdClassName
{
border-color: #A039F0;
}
.TagClassName
{
border-color: #A039F0;
}
</style>