Color Hex Logo

#a083aa Color Hex

#A083AA
(160,131,170)
0 Favorites   0 Comments

Color spaces of #a083aa

RGB 160131170
HSL0.790.190.59
HSV285°23°67°
CMYK 0.060.230.00   0.33
XYZ29.869226.608541.5919
Yxy26.60850.30460.2713
Hunter Lab51.583413.0888-11.6973
CIE-Lab58.610218.3413-16.4769

#a083aa color RGB value is (160,131,170).

#a083aa hex color red value is 160, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a083aa hue: 0.79 , saturation: 0.19 and the lightness value of a083aa is 0.59.

The process color (four color CMYK) of #a083aa color hex is 0.06, 0.23, 0.00, 0.33. Web safe color of #a083aa is #999999. Color #a083aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 10101010
Octal 240 203 252
Decimal 160 131 170
Hex A0 83 AA

RGB Percentages of Color #a083aa

%34.71
%28.42
%36.88

CMYK Percentages of Color #a083aa

%6
%23
%0
%33

Triadic Colors of #a083aa

#a083aa #aaa083 #83aaa0

Analogous Colors of #a083aa

#a083aa #aa83a1 #8d83aa

Monochromatic Colors of #a083aa

#a083aa

Complementary Color

#a083aa #8daa83

#a083aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a083aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a083aa Color CSS Codes

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

#a083aa Text Font Color

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

This sample text font color is #a083aa
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.


#a083aa Background Color

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

This div background color is #a083aa


#a083aa Border Color

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

This div border color is #a083aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,131,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a083aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a083aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a083aa;
  box-shadow:         1px 1px 3px 2px #a083aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,131,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a083aa


Comments

No comments written yet.

Please login to write comment.