Color Hex Logo

#a272aa Color Hex

#A272AA
(162,114,170)
0 Favorites   0 Comments

Color spaces of #a272aa

RGB 162114170
HSL0.810.250.56
HSV291°33°67°
CMYK 0.050.330.00   0.33
XYZ28.173322.618340.9111
Yxy22.61830.30720.2466
Hunter Lab47.558722.5139-17.7115
CIE-Lab54.677028.7355-22.4622

#a272aa color RGB value is (162,114,170).

#a272aa hex color red value is 162, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a272aa hue: 0.81 , saturation: 0.25 and the lightness value of a272aa is 0.56.

The process color (four color CMYK) of #a272aa color hex is 0.05, 0.33, 0.00, 0.33. Web safe color of #a272aa is #996699. Color #a272aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110010 10101010
Octal 242 162 252
Decimal 162 114 170
Hex A2 72 AA

RGB Percentages of Color #a272aa

%36.32
%25.56
%38.12

CMYK Percentages of Color #a272aa

%5
%33
%0
%33

Triadic Colors of #a272aa

#a272aa #aaa272 #72aaa2

Analogous Colors of #a272aa

#a272aa #aa7296 #8672aa

Monochromatic Colors of #a272aa

#a272aa

Complementary Color

#a272aa #7aaa72

#a272aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a272aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a272aa Color CSS Codes

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

#a272aa Text Font Color

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

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


#a272aa Background Color

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

This div background color is #a272aa


#a272aa Border Color

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

This div border color is #a272aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,114,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 #a272aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a272aa

#a272aa Color Palettes


Comments

No comments written yet.

Please login to write comment.