Shades of Blue Violet #A31FED
Tints of Blue Violet #A31FED
RGB
CMYK
RGB Variations
Color information
#A31FED (or 0xA31FED) is known color: Blue Violet. HEX triplet: A3, 1F and ED. RGB value is (163,31,237). Sum of RGB (Red+Green+Blue) = 163+31+237=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #A31FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FED is #5CE012. Grayscale: #5D5D5D. Windows color (decimal): -6086675 or 15540131. OLE color: 15540131.
HSL color Cylindrical-coordinate representation of color #A31FED: hue angle of 278.45º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31FED is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 31 | 237 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.07 |
| HSL | 278.45º | 0.85% | 0.53% | - |
| HSV(B) | 278.45º | 0.87% | 0.93% | - |
| XYZ | 30.88 | 14.88 | 81.37 | - |
| YUV | 93.95 | 208.73 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 237 | 0.31 | 0.87 | 0 | 0.07 | 278.45 | 0.85 | 0.53 |
| Hex | A3 | 1F | ED | 1F | 57 | 0 | 7 | 116 | 55 | 35 |
| Octal | 243 | 37 | 355 | 37 | 127 | 0 | 7 | 426 | 125 | 65 |
| Binary | 10100011 | 11111 | 11101101 | 11111 | 1010111 | 0 | 111 | 100010110 | 1010101 | 110101 |
Color Harmonies of #A31FED
Complementary color
Monochromatic Colors of #A31FED
Black with #A31FED
Text Example
Text Example
White with #A31FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FED; }
p { color: rgb(163,31,237); }
H1.HeaderClassName
{
color: #A31FED;
}
.AnyTagClassName
{
color: #A31FED;
}
</style>
background-color css
<style>
a { background-color: #A31FED; }
a { background-color: rgb(163,31,237); }
div.DivClassName
{
background-color: #A31FED;
}
.BgClassName
{
background-color: #A31FED;
}
</style>
border-color css
<style>
span { border-color: #A31FED; }
span { border-color: rgb(163,31,237); }
td.TdClassName
{
border-color: #A31FED;
}
.TagClassName
{
border-color: #A31FED;
}
</style>