Color Hex Logo

#a969ae Color Hex

#A969AE
(169,105,174)
0 Favorites   0 Comments

Color spaces of #a969ae

RGB 169105174
HSL0.820.300.55
HSV296°40°68°
CMYK 0.030.400.00   0.32
XYZ29.053721.594242.6812
Yxy21.59420.31130.2314
Hunter Lab46.469630.2800-21.9278
CIE-Lab53.593836.8415-26.3819

#a969ae color RGB value is (169,105,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 10101110
Octal 251 151 256
Decimal 169 105 174
Hex A9 69 AE

RGB Percentages of Color #a969ae

%37.72
%23.44
%38.84

CMYK Percentages of Color #a969ae

%3
%40
%0
%32

Triadic Colors of #a969ae

#a969ae #aea969 #69aea9

Analogous Colors of #a969ae

#a969ae #ae6991 #8769ae

Monochromatic Colors of #a969ae

#a969ae

Complementary Color

#a969ae #6eae69

#a969ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969ae Color CSS Codes

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

#a969ae Text Font Color

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

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


#a969ae Background Color

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

This div background color is #a969ae


#a969ae Border Color

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

This div border color is #a969ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969ae


Comments

No comments written yet.

Please login to write comment.