Shades of Blue Violet #A131EA
Tints of Blue Violet #A131EA
RGB
CMYK
RGB Variations
Color information
#A131EA (or 0xA131EA) is known color: Blue Violet. HEX triplet: A1, 31 and EA. RGB value is (161,49,234). Sum of RGB (Red+Green+Blue) = 161+49+234=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #A131EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A131EA is #5ECE15. Grayscale: #666666. Windows color (decimal): -6213142 or 15348129. OLE color: 15348129.
HSL color Cylindrical-coordinate representation of color #A131EA: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A131EA is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 49 | 234 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.08 |
| HSL | 276.32º | 0.81% | 0.55% | - |
| HSV(B) | 276.32º | 0.79% | 0.92% | - |
| XYZ | 30.65 | 15.71 | 79.26 | - |
| YUV | 103.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 234 | 0.31 | 0.79 | 0 | 0.08 | 276.32 | 0.81 | 0.55 |
| Hex | A1 | 31 | EA | 1F | 4F | 0 | 8 | 114 | 51 | 37 |
| Octal | 241 | 61 | 352 | 37 | 117 | 0 | 10 | 424 | 121 | 67 |
| Binary | 10100001 | 110001 | 11101010 | 11111 | 1001111 | 0 | 1000 | 100010100 | 1010001 | 110111 |
Color Harmonies of #A131EA
Complementary color
Monochromatic Colors of #A131EA
Black with #A131EA
Text Example
Text Example
White with #A131EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131EA; }
p { color: rgb(161,49,234); }
H1.HeaderClassName
{
color: #A131EA;
}
.AnyTagClassName
{
color: #A131EA;
}
</style>
background-color css
<style>
a { background-color: #A131EA; }
a { background-color: rgb(161,49,234); }
div.DivClassName
{
background-color: #A131EA;
}
.BgClassName
{
background-color: #A131EA;
}
</style>
border-color css
<style>
span { border-color: #A131EA; }
span { border-color: rgb(161,49,234); }
td.TdClassName
{
border-color: #A131EA;
}
.TagClassName
{
border-color: #A131EA;
}
</style>