Shades of Blue Violet #A031ED
Tints of Blue Violet #A031ED
RGB
CMYK
RGB Variations
Color information
#A031ED (or 0xA031ED) is known color: Blue Violet. HEX triplet: A0, 31 and ED. RGB value is (160,49,237). Sum of RGB (Red+Green+Blue) = 160+49+237=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #A031ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A031ED is #5FCE12. Grayscale: #666666. Windows color (decimal): -6278675 or 15544736. OLE color: 15544736.
HSL color Cylindrical-coordinate representation of color #A031ED: hue angle of 275.43º degrees, saturation: 0.84, 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 #A031ED is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 49 | 237 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.07 |
| HSL | 275.43º | 0.84% | 0.56% | - |
| HSV(B) | 275.43º | 0.79% | 0.93% | - |
| XYZ | 30.88 | 15.78 | 81.54 | - |
| YUV | 103.62 | 203.27 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 237 | 0.32 | 0.79 | 0 | 0.07 | 275.43 | 0.84 | 0.56 |
| Hex | A0 | 31 | ED | 20 | 4F | 0 | 7 | 113 | 54 | 38 |
| Octal | 240 | 61 | 355 | 40 | 117 | 0 | 7 | 423 | 124 | 70 |
| Binary | 10100000 | 110001 | 11101101 | 100000 | 1001111 | 0 | 111 | 100010011 | 1010100 | 111000 |
Color Harmonies of #A031ED
Complementary color
Monochromatic Colors of #A031ED
Black with #A031ED
Text Example
Text Example
White with #A031ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031ED; }
p { color: rgb(160,49,237); }
H1.HeaderClassName
{
color: #A031ED;
}
.AnyTagClassName
{
color: #A031ED;
}
</style>
background-color css
<style>
a { background-color: #A031ED; }
a { background-color: rgb(160,49,237); }
div.DivClassName
{
background-color: #A031ED;
}
.BgClassName
{
background-color: #A031ED;
}
</style>
border-color css
<style>
span { border-color: #A031ED; }
span { border-color: rgb(160,49,237); }
td.TdClassName
{
border-color: #A031ED;
}
.TagClassName
{
border-color: #A031ED;
}
</style>