Color Hex Logo

#aa419d Color Hex

#AA419D
(170,65,157)
0 Favorites   0 Comments

Color spaces of #aa419d

RGB 17065157
HSL0.850.450.46
HSV307°62°67°
CMYK 0.000.620.08   0.33
XYZ24.553714.761033.4533
Yxy14.76100.33740.2029
Hunter Lab38.420046.8417-24.7313
CIE-Lab45.305154.1953-29.2568

#aa419d color RGB value is (170,65,157).

#aa419d hex color red value is 170, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aa419d hue: 0.85 , saturation: 0.45 and the lightness value of aa419d is 0.46.

The process color (four color CMYK) of #aa419d color hex is 0.00, 0.62, 0.08, 0.33. Web safe color of #aa419d is #993399. Color #aa419d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 10011101
Octal 252 101 235
Decimal 170 65 157
Hex AA 41 9D

RGB Percentages of Color #aa419d

%43.37
%16.58
%40.05

CMYK Percentages of Color #aa419d

%0
%62
%8
%33

Triadic Colors of #aa419d

#aa419d #9daa41 #419daa

Analogous Colors of #aa419d

#aa419d #aa4169 #8341aa

Monochromatic Colors of #aa419d

#aa419d

Complementary Color

#aa419d #41aa4e

#aa419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa419d Color CSS Codes

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

#aa419d Text Font Color

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

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


#aa419d Background Color

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

This div background color is #aa419d


#aa419d Border Color

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

This div border color is #aa419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa419d


Comments

No comments written yet.

Please login to write comment.