color codes Logo

#aa299d color codes

#AA299D
(170,41,157)
0 Favorites   0 Comments

Color spaces of #aa299d

RGB 17041157
HSL0.850.610.41
HSV306°76°67°
CMYK 0.000.760.08   0.33
XYZ23.456312.566233.0875
Yxy12.56620.33940.1818
Hunter Lab35.448856.0770-30.5264
CIE-Lab42.102263.1842-34.2853

#aa299d color RGB value is (170,41,157).

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

The process color (four color CMYK) of #aa299d color code is 0.00, 0.76, 0.08, 0.33. Web safe color of #aa299d is #993399. Color #aa299d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10011101
Octal 252 51 235
Decimal 170 41 157
Hex AA 29 9D

RGB Percentages of Color #aa299d

%46.20
%11.14
%42.66

CMYK Percentages of Color #aa299d

%0
%76
%8
%33

Triadic Colors of #aa299d

#aa299d #9daa29 #299daa

Analogous Colors of #aa299d

#aa299d #aa295d #7729aa

Monochromatic Colors of #aa299d

#aa299d

Complementary Color

#aa299d #29aa36

#aa299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa299d Color CSS Codes

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

#aa299d Text Font Color

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

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


#aa299d Background Color

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

This div background color is #aa299d


#aa299d Border Color

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

This div border color is #aa299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa299d


Comments

No comments written yet.

Please login to write comment.