Color Hex Logo

#a72eaa Color Hex

#A72EAA
(167,46,170)
0 Favorites   0 Comments

Color spaces of #a72eaa

RGB 16746170
HSL0.830.570.42
HSV299°73°67°
CMYK 0.020.730.00   0.33
XYZ24.169013.071839.2795
Yxy13.07180.31590.1708
Hunter Lab36.154956.0532-39.1055
CIE-Lab42.871263.0142-40.8723

#a72eaa color RGB value is (167,46,170).

#a72eaa hex color red value is 167, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a72eaa hue: 0.83 , saturation: 0.57 and the lightness value of a72eaa is 0.42.

The process color (four color CMYK) of #a72eaa color hex is 0.02, 0.73, 0.00, 0.33. Web safe color of #a72eaa is #993399. Color #a72eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101110 10101010
Octal 247 56 252
Decimal 167 46 170
Hex A7 2E AA

RGB Percentages of Color #a72eaa

%43.60
%12.01
%44.39

CMYK Percentages of Color #a72eaa

%2
%73
%0
%33

Triadic Colors of #a72eaa

#a72eaa #aaa72e #2eaaa7

Analogous Colors of #a72eaa

#a72eaa #aa2e6f #692eaa

Monochromatic Colors of #a72eaa

#a72eaa

Complementary Color

#a72eaa #31aa2e

#a72eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72eaa Color CSS Codes

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

#a72eaa Text Font Color

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

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


#a72eaa Background Color

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

This div background color is #a72eaa


#a72eaa Border Color

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

This div border color is #a72eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72eaa


Comments

No comments written yet.

Please login to write comment.