Shades of Blue Violet #A039EA
Tints of Blue Violet #A039EA
RGB
CMYK
RGB Variations
Color information
#A039EA (or 0xA039EA) is known color: Blue Violet. HEX triplet: A0, 39 and EA. RGB value is (160,57,234). Sum of RGB (Red+Green+Blue) = 160+57+234=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #A039EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039EA is #5FC615. Grayscale: #6B6B6B. Windows color (decimal): -6276630 or 15350176. OLE color: 15350176.
HSL color Cylindrical-coordinate representation of color #A039EA: hue angle of 274.92º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A039EA is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 57 | 234 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.08 |
| HSL | 274.92º | 0.81% | 0.57% | - |
| HSV(B) | 274.92º | 0.76% | 0.92% | - |
| XYZ | 30.81 | 16.34 | 79.37 | - |
| YUV | 107.98 | 199.12 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 234 | 0.32 | 0.76 | 0 | 0.08 | 274.92 | 0.81 | 0.57 |
| Hex | A0 | 39 | EA | 20 | 4C | 0 | 8 | 113 | 51 | 39 |
| Octal | 240 | 71 | 352 | 40 | 114 | 0 | 10 | 423 | 121 | 71 |
| Binary | 10100000 | 111001 | 11101010 | 100000 | 1001100 | 0 | 1000 | 100010011 | 1010001 | 111001 |
Color Harmonies of #A039EA
Complementary color
Monochromatic Colors of #A039EA
Black with #A039EA
Text Example
Text Example
White with #A039EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039EA; }
p { color: rgb(160,57,234); }
H1.HeaderClassName
{
color: #A039EA;
}
.AnyTagClassName
{
color: #A039EA;
}
</style>
background-color css
<style>
a { background-color: #A039EA; }
a { background-color: rgb(160,57,234); }
div.DivClassName
{
background-color: #A039EA;
}
.BgClassName
{
background-color: #A039EA;
}
</style>
border-color css
<style>
span { border-color: #A039EA; }
span { border-color: rgb(160,57,234); }
td.TdClassName
{
border-color: #A039EA;
}
.TagClassName
{
border-color: #A039EA;
}
</style>