Shades of Blue Violet #A039EF
Tints of Blue Violet #A039EF
RGB
CMYK
RGB Variations
Color information
#A039EF (or 0xA039EF) is known color: Blue Violet. HEX triplet: A0, 39 and EF. RGB value is (160,57,239). Sum of RGB (Red+Green+Blue) = 160+57+239=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #A039EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039EF is #5FC610. Grayscale: #6B6B6B. Windows color (decimal): -6276625 or 15677856. OLE color: 15677856.
HSL color Cylindrical-coordinate representation of color #A039EF: hue angle of 273.96º degrees, saturation: 0.85, 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 #A039EF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 57 | 239 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.06 |
| HSL | 273.96º | 0.85% | 0.58% | - |
| HSV(B) | 273.96º | 0.76% | 0.94% | - |
| XYZ | 31.54 | 16.63 | 83.21 | - |
| YUV | 108.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 239 | 0.33 | 0.76 | 0 | 0.06 | 273.96 | 0.85 | 0.58 |
| Hex | A0 | 39 | EF | 21 | 4C | 0 | 6 | 112 | 55 | 3A |
| Octal | 240 | 71 | 357 | 41 | 114 | 0 | 6 | 422 | 125 | 72 |
| Binary | 10100000 | 111001 | 11101111 | 100001 | 1001100 | 0 | 110 | 100010010 | 1010101 | 111010 |
Color Harmonies of #A039EF
Complementary color
Monochromatic Colors of #A039EF
Black with #A039EF
Text Example
Text Example
White with #A039EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039EF; }
p { color: rgb(160,57,239); }
H1.HeaderClassName
{
color: #A039EF;
}
.AnyTagClassName
{
color: #A039EF;
}
</style>
background-color css
<style>
a { background-color: #A039EF; }
a { background-color: rgb(160,57,239); }
div.DivClassName
{
background-color: #A039EF;
}
.BgClassName
{
background-color: #A039EF;
}
</style>
border-color css
<style>
span { border-color: #A039EF; }
span { border-color: rgb(160,57,239); }
td.TdClassName
{
border-color: #A039EF;
}
.TagClassName
{
border-color: #A039EF;
}
</style>