Color Hex Logo

#a970ae Color Hex

#A970AE
(169,112,174)
0 Favorites   0 Comments

Color spaces of #a970ae

RGB 169112174
HSL0.820.280.56
HSV295°36°68°
CMYK 0.030.360.00   0.32
XYZ29.796323.079342.9287
Yxy23.07930.31100.2409
Hunter Lab48.040926.6390-19.3521
CIE-Lab55.153932.9622-23.9744

#a970ae color RGB value is (169,112,174).

#a970ae hex color red value is 169, green value is 112 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a970ae hue: 0.82 , saturation: 0.28 and the lightness value of a970ae is 0.56.

The process color (four color CMYK) of #a970ae color hex is 0.03, 0.36, 0.00, 0.32. Web safe color of #a970ae is #996699. Color #a970ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 10101110
Octal 251 160 256
Decimal 169 112 174
Hex A9 70 AE

RGB Percentages of Color #a970ae

%37.14
%24.62
%38.24

CMYK Percentages of Color #a970ae

%3
%36
%0
%32

Triadic Colors of #a970ae

#a970ae #aea970 #70aea9

Analogous Colors of #a970ae

#a970ae #ae7094 #8a70ae

Monochromatic Colors of #a970ae

#a970ae

Complementary Color

#a970ae #75ae70

#a970ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a970ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a970ae Color CSS Codes

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

#a970ae Text Font Color

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

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


#a970ae Background Color

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

This div background color is #a970ae


#a970ae Border Color

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

This div border color is #a970ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,112,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a970ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a970ae;
  -webkit-box-shadow: 1px 1px 3px 2px #a970ae;
  box-shadow:         1px 1px 3px 2px #a970ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,112,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a970ae


Comments

No comments written yet.

Please login to write comment.