#A126EB

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

Shades of Blue Violet #A126EB

Tints of Blue Violet #A126EB

Color information

#A126EB (or 0xA126EB) is unknown color: approx Blue Violet. HEX triplet: A1, 26 and EB. RGB value is (161,38,235). Sum of RGB (Red+Green+Blue) = 161+38+235=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #A126EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A126EB is #5ED914. Grayscale: #606060. Windows color (decimal): -6215957 or 15410849. OLE color: 15410849.

HSL color Cylindrical-coordinate representation of color #A126EB: hue angle of 277.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A126EB is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16138235-
CMYK0.310.8400.08
HSL277.46º83.12%53.53%-
HSV(B)277.46º83.83%92.16%-
XYZ30.3914.9679.88-
YUV97.24205.75173.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 38 (15.23% from 255) = 8.76%
BLUE value IS 235 (92.19% from 255) = 54.15%
R=37.10%
G=8.76%
B=54.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161382350.310.8400.08277.4683.1253.53
HexA126EB1F54081155336
Octal241463533712401042512366
Binary1010000110011011101011111111010100010001000101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A126EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A126EB; }

 p { color: rgb(161,38,235); }

 H1.HeaderClassName
 {
   color: #A126EB;
 }
 .AnyTagClassName
 {
   color: #A126EB;
 }
</style>
background-color css

<style>
 a { background-color: #A126EB; }

 a { background-color: rgb(161,38,235); }

 div.DivClassName
 {
   background-color: #A126EB;
 }
 .BgClassName
 {
   background-color: #A126EB;
 }
</style>
border-color css

<style>
 span { border-color: #A126EB; }

 span { border-color: rgb(161,38,235); }

 td.TdClassName
 {
   border-color: #A126EB;
 }
 .TagClassName
 {
   border-color: #A126EB;
 }
</style>