Shades of Blue Violet #A039EE
Tints of Blue Violet #A039EE
RGB
CMYK
RGB Variations
Color information
#A039EE (or 0xA039EE) is known color: Blue Violet. HEX triplet: A0, 39 and EE. RGB value is (160,57,238). Sum of RGB (Red+Green+Blue) = 160+57+238=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #A039EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039EE is #5FC611. Grayscale: #6B6B6B. Windows color (decimal): -6276626 or 15612320. OLE color: 15612320.
HSL color Cylindrical-coordinate representation of color #A039EE: hue angle of 274.14º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A039EE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 57 | 238 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.07 |
| HSL | 274.14º | 0.84% | 0.58% | - |
| HSV(B) | 274.14º | 0.76% | 0.93% | - |
| XYZ | 31.39 | 16.57 | 82.43 | - |
| YUV | 108.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 238 | 0.33 | 0.76 | 0 | 0.07 | 274.14 | 0.84 | 0.58 |
| Hex | A0 | 39 | EE | 21 | 4C | 0 | 7 | 112 | 54 | 3A |
| Octal | 240 | 71 | 356 | 41 | 114 | 0 | 7 | 422 | 124 | 72 |
| Binary | 10100000 | 111001 | 11101110 | 100001 | 1001100 | 0 | 111 | 100010010 | 1010100 | 111010 |
Color Harmonies of #A039EE
Complementary color
Monochromatic Colors of #A039EE
Black with #A039EE
Text Example
Text Example
White with #A039EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039EE; }
p { color: rgb(160,57,238); }
H1.HeaderClassName
{
color: #A039EE;
}
.AnyTagClassName
{
color: #A039EE;
}
</style>
background-color css
<style>
a { background-color: #A039EE; }
a { background-color: rgb(160,57,238); }
div.DivClassName
{
background-color: #A039EE;
}
.BgClassName
{
background-color: #A039EE;
}
</style>
border-color css
<style>
span { border-color: #A039EE; }
span { border-color: rgb(160,57,238); }
td.TdClassName
{
border-color: #A039EE;
}
.TagClassName
{
border-color: #A039EE;
}
</style>