Shades of Blue Violet #A039E9
Tints of Blue Violet #A039E9
RGB
CMYK
RGB Variations
Color information
#A039E9 (or 0xA039E9) is known color: Blue Violet. HEX triplet: A0, 39 and E9. RGB value is (160,57,233). Sum of RGB (Red+Green+Blue) = 160+57+233=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #A039E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039E9 is #5FC616. Grayscale: #6B6B6B. Windows color (decimal): -6276631 or 15284640. OLE color: 15284640.
HSL color Cylindrical-coordinate representation of color #A039E9: hue angle of 275.11º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A039E9 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 57 | 233 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.09 |
| HSL | 275.11º | 0.8% | 0.57% | - |
| HSV(B) | 275.11º | 0.76% | 0.91% | - |
| XYZ | 30.67 | 16.28 | 78.62 | - |
| YUV | 107.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 233 | 0.31 | 0.76 | 0 | 0.09 | 275.11 | 0.8 | 0.57 |
| Hex | A0 | 39 | E9 | 1F | 4C | 0 | 9 | 113 | 50 | 39 |
| Octal | 240 | 71 | 351 | 37 | 114 | 0 | 11 | 423 | 120 | 71 |
| Binary | 10100000 | 111001 | 11101001 | 11111 | 1001100 | 0 | 1001 | 100010011 | 1010000 | 111001 |
Color Harmonies of #A039E9
Complementary color
Monochromatic Colors of #A039E9
Black with #A039E9
Text Example
Text Example
White with #A039E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039E9; }
p { color: rgb(160,57,233); }
H1.HeaderClassName
{
color: #A039E9;
}
.AnyTagClassName
{
color: #A039E9;
}
</style>
background-color css
<style>
a { background-color: #A039E9; }
a { background-color: rgb(160,57,233); }
div.DivClassName
{
background-color: #A039E9;
}
.BgClassName
{
background-color: #A039E9;
}
</style>
border-color css
<style>
span { border-color: #A039E9; }
span { border-color: rgb(160,57,233); }
td.TdClassName
{
border-color: #A039E9;
}
.TagClassName
{
border-color: #A039E9;
}
</style>