Color Hex Logo

#a162be Color Hex

#A162BE
(161,98,190)
0 Favorites   0 Comments

Color spaces of #a162be

RGB 16198190
HSL0.780.410.56
HSV281°48°75°
CMYK 0.150.480.00   0.25
XYZ28.359920.030151.0867
Yxy20.03010.28510.2014
Hunter Lab44.755034.7888-36.3495
CIE-Lab51.871241.5636-38.3907

#a162be color RGB value is (161,98,190).

#a162be hex color red value is 161, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a162be hue: 0.78 , saturation: 0.41 and the lightness value of a162be is 0.56.

The process color (four color CMYK) of #a162be color hex is 0.15, 0.48, 0.00, 0.25. Web safe color of #a162be is #9966cc. Color #a162be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100010 10111110
Octal 241 142 276
Decimal 161 98 190
Hex A1 62 BE

RGB Percentages of Color #a162be

%35.86
%21.83
%42.32

CMYK Percentages of Color #a162be

%15
%48
%0
%25

Triadic Colors of #a162be

#a162be #bea162 #62bea1

Analogous Colors of #a162be

#a162be #be62ad #7362be

Monochromatic Colors of #a162be

#a162be

Complementary Color

#a162be #7fbe62

#a162be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a162be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a162be Color CSS Codes

.mybgcolor {background-color:#a162be; } 
.myforecolor {color:#a162be; }
.mybordercolor {border:3px solid #a162be; }

#a162be Text Font Color

<p style="color:#a162be">Text here</p>

This sample text font color is #a162be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a162be Background Color

<div style="background-color:#a162be">
Div content here</div>

This div background color is #a162be


#a162be Border Color

<div style="border:3px solid #a162be">
Div here</div>

This div border color is #a162be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,98,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a162be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a162be;
  -webkit-box-shadow: 1px 1px 3px 2px #a162be;
  box-shadow:         1px 1px 3px 2px #a162be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,98,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a162be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a162be;
  -webkit-box-shadow: 1px 1px 3px 2px #a162be;
  box-shadow:         1px 1px 3px 2px #a162be;">
Div content here</div>

This div box has shadow with color #a162be


Comments

No comments written yet.

Please login to write comment.