Shades of Blue Violet #A031EE
Tints of Blue Violet #A031EE
RGB
CMYK
RGB Variations
Color information
#A031EE (or 0xA031EE) is known color: Blue Violet. HEX triplet: A0, 31 and EE. RGB value is (160,49,238). Sum of RGB (Red+Green+Blue) = 160+49+238=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #A031EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A031EE is #5FCE11. Grayscale: #676767. Windows color (decimal): -6278674 or 15610272. OLE color: 15610272.
HSL color Cylindrical-coordinate representation of color #A031EE: hue angle of 275.24º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A031EE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 49 | 238 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.07 |
| HSL | 275.24º | 0.85% | 0.56% | - |
| HSV(B) | 275.24º | 0.79% | 0.93% | - |
| XYZ | 31.03 | 15.84 | 82.31 | - |
| YUV | 103.74 | 203.77 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 238 | 0.33 | 0.79 | 0 | 0.07 | 275.24 | 0.85 | 0.56 |
| Hex | A0 | 31 | EE | 21 | 4F | 0 | 7 | 113 | 55 | 38 |
| Octal | 240 | 61 | 356 | 41 | 117 | 0 | 7 | 423 | 125 | 70 |
| Binary | 10100000 | 110001 | 11101110 | 100001 | 1001111 | 0 | 111 | 100010011 | 1010101 | 111000 |
Color Harmonies of #A031EE
Complementary color
Monochromatic Colors of #A031EE
Black with #A031EE
Text Example
Text Example
White with #A031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031EE; }
p { color: rgb(160,49,238); }
H1.HeaderClassName
{
color: #A031EE;
}
.AnyTagClassName
{
color: #A031EE;
}
</style>
background-color css
<style>
a { background-color: #A031EE; }
a { background-color: rgb(160,49,238); }
div.DivClassName
{
background-color: #A031EE;
}
.BgClassName
{
background-color: #A031EE;
}
</style>
border-color css
<style>
span { border-color: #A031EE; }
span { border-color: rgb(160,49,238); }
td.TdClassName
{
border-color: #A031EE;
}
.TagClassName
{
border-color: #A031EE;
}
</style>