Color Hex Logo

#ac62aa Color Hex

#AC62AA
(172,98,170)
0 Favorites   0 Comments

Color spaces of #ac62aa

RGB 17298170
HSL0.840.310.53
HSV302°43°67°
CMYK 0.000.430.01   0.33
XYZ28.636620.408340.4601
Yxy20.40830.31990.2280
Hunter Lab45.175534.0932-21.4784
CIE-Lab52.295740.8169-26.0355

#ac62aa color RGB value is (172,98,170).

#ac62aa hex color red value is 172, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac62aa hue: 0.84 , saturation: 0.31 and the lightness value of ac62aa is 0.53.

The process color (four color CMYK) of #ac62aa color hex is 0.00, 0.43, 0.01, 0.33. Web safe color of #ac62aa is #996699. Color #ac62aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10101010
Octal 254 142 252
Decimal 172 98 170
Hex AC 62 AA

RGB Percentages of Color #ac62aa

%39.09
%22.27
%38.64

CMYK Percentages of Color #ac62aa

%0
%43
%1
%33

Triadic Colors of #ac62aa

#ac62aa #aaac62 #62aaac

Analogous Colors of #ac62aa

#ac62aa #ac6285 #8962ac

Monochromatic Colors of #ac62aa

#ac62aa

Complementary Color

#ac62aa #62ac64

#ac62aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac62aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac62aa Color CSS Codes

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

#ac62aa Text Font Color

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

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


#ac62aa Background Color

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

This div background color is #ac62aa


#ac62aa Border Color

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

This div border color is #ac62aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac62aa


Comments

No comments written yet.

Please login to write comment.