#A131EA

Color #A131EA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A131EA

Tints of Blue Violet #A131EA

Color information

#A131EA (or 0xA131EA) is unknown color: approx 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

RGB16149234-
CMYK0.310.7900.08
HSL276.32º81.5%55.49%-
HSV(B)276.32º79.06%91.76%-
XYZ30.6515.7179.26-
YUV103.58201.61168.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 49 (19.53% from 255) = 11.04%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=36.26%
G=11.04%
B=52.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161492340.310.7900.08276.3281.555.49
HexA131EA1F4F081145137
Octal241613523711701042412167
Binary1010000111000111101010111111001111010001000101001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A131EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>