Shades of Blue Violet #A831EC
Tints of Blue Violet #A831EC
RGB
CMYK
RGB Variations
Color information
#A831EC (or 0xA831EC) is known color: Blue Violet. HEX triplet: A8, 31 and EC. RGB value is (168,49,236). Sum of RGB (Red+Green+Blue) = 168+49+236=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #A831EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831EC is #57CE13. Grayscale: #696969. Windows color (decimal): -5754388 or 15479208. OLE color: 15479208.
HSL color Cylindrical-coordinate representation of color #A831EC: hue angle of 278.18º degrees, saturation: 0.83, 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 #A831EC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 49 | 236 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 278.18º | 0.83% | 0.56% | - |
| HSV(B) | 278.18º | 0.79% | 0.93% | - |
| XYZ | 32.39 | 16.58 | 80.85 | - |
| YUV | 105.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 236 | 0.29 | 0.79 | 0 | 0.07 | 278.18 | 0.83 | 0.56 |
| Hex | A8 | 31 | EC | 1D | 4F | 0 | 7 | 116 | 53 | 38 |
| Octal | 250 | 61 | 354 | 35 | 117 | 0 | 7 | 426 | 123 | 70 |
| Binary | 10101000 | 110001 | 11101100 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010011 | 111000 |
Color Harmonies of #A831EC
Complementary color
Monochromatic Colors of #A831EC
Black with #A831EC
Text Example
Text Example
White with #A831EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831EC; }
p { color: rgb(168,49,236); }
H1.HeaderClassName
{
color: #A831EC;
}
.AnyTagClassName
{
color: #A831EC;
}
</style>
background-color css
<style>
a { background-color: #A831EC; }
a { background-color: rgb(168,49,236); }
div.DivClassName
{
background-color: #A831EC;
}
.BgClassName
{
background-color: #A831EC;
}
</style>
border-color css
<style>
span { border-color: #A831EC; }
span { border-color: rgb(168,49,236); }
td.TdClassName
{
border-color: #A831EC;
}
.TagClassName
{
border-color: #A831EC;
}
</style>