Shades of Blue Violet #A81FEC
Tints of Blue Violet #A81FEC
RGB
CMYK
RGB Variations
Color information
#A81FEC (or 0xA81FEC) is known color: Blue Violet. HEX triplet: A8, 1F and EC. RGB value is (168,31,236). Sum of RGB (Red+Green+Blue) = 168+31+236=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #A81FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FEC is #57E013. Grayscale: #5E5E5E. Windows color (decimal): -5758996 or 15474600. OLE color: 15474600.
HSL color Cylindrical-coordinate representation of color #A81FEC: hue angle of 280.1º 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 #A81FEC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 31 | 236 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.07 |
| HSL | 280.1º | 0.84% | 0.52% | - |
| HSV(B) | 280.1º | 0.87% | 0.93% | - |
| XYZ | 31.78 | 15.36 | 80.65 | - |
| YUV | 95.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 236 | 0.29 | 0.87 | 0 | 0.07 | 280.1 | 0.84 | 0.52 |
| Hex | A8 | 1F | EC | 1D | 57 | 0 | 7 | 118 | 54 | 34 |
| Octal | 250 | 37 | 354 | 35 | 127 | 0 | 7 | 430 | 124 | 64 |
| Binary | 10101000 | 11111 | 11101100 | 11101 | 1010111 | 0 | 111 | 100011000 | 1010100 | 110100 |
Color Harmonies of #A81FEC
Complementary color
Monochromatic Colors of #A81FEC
Black with #A81FEC
Text Example
Text Example
White with #A81FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FEC; }
p { color: rgb(168,31,236); }
H1.HeaderClassName
{
color: #A81FEC;
}
.AnyTagClassName
{
color: #A81FEC;
}
</style>
background-color css
<style>
a { background-color: #A81FEC; }
a { background-color: rgb(168,31,236); }
div.DivClassName
{
background-color: #A81FEC;
}
.BgClassName
{
background-color: #A81FEC;
}
</style>
border-color css
<style>
span { border-color: #A81FEC; }
span { border-color: rgb(168,31,236); }
td.TdClassName
{
border-color: #A81FEC;
}
.TagClassName
{
border-color: #A81FEC;
}
</style>