Shades of Blue Violet #A51FEC
Tints of Blue Violet #A51FEC
RGB
CMYK
RGB Variations
Color information
#A51FEC (or 0xA51FEC) is known color: Blue Violet. HEX triplet: A5, 1F and EC. RGB value is (165,31,236). Sum of RGB (Red+Green+Blue) = 165+31+236=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #A51FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FEC is #5AE013. Grayscale: #5D5D5D. Windows color (decimal): -5955604 or 15474597. OLE color: 15474597.
HSL color Cylindrical-coordinate representation of color #A51FEC: hue angle of 279.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51FEC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 31 | 236 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.07 |
| HSL | 279.22º | 0.84% | 0.52% | - |
| HSV(B) | 279.22º | 0.87% | 0.93% | - |
| XYZ | 31.15 | 15.04 | 80.62 | - |
| YUV | 94.44 | 207.89 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 236 | 0.30 | 0.87 | 0 | 0.07 | 279.22 | 0.84 | 0.52 |
| Hex | A5 | 1F | EC | 1E | 57 | 0 | 7 | 117 | 54 | 34 |
| Octal | 245 | 37 | 354 | 36 | 127 | 0 | 7 | 427 | 124 | 64 |
| Binary | 10100101 | 11111 | 11101100 | 11110 | 1010111 | 0 | 111 | 100010111 | 1010100 | 110100 |
Color Harmonies of #A51FEC
Complementary color
Monochromatic Colors of #A51FEC
Black with #A51FEC
Text Example
Text Example
White with #A51FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FEC; }
p { color: rgb(165,31,236); }
H1.HeaderClassName
{
color: #A51FEC;
}
.AnyTagClassName
{
color: #A51FEC;
}
</style>
background-color css
<style>
a { background-color: #A51FEC; }
a { background-color: rgb(165,31,236); }
div.DivClassName
{
background-color: #A51FEC;
}
.BgClassName
{
background-color: #A51FEC;
}
</style>
border-color css
<style>
span { border-color: #A51FEC; }
span { border-color: rgb(165,31,236); }
td.TdClassName
{
border-color: #A51FEC;
}
.TagClassName
{
border-color: #A51FEC;
}
</style>