Color Hex Logo

#a974af Color Hex

#A974AF
(169,116,175)
0 Favorites   0 Comments

Color spaces of #a974af

RGB 169116175
HSL0.820.270.57
HSV294°34°69°
CMYK 0.030.340.00   0.31
XYZ30.345424.020943.5946
Yxy24.02090.30980.2452
Hunter Lab49.011124.7494-18.4297
CIE-Lab56.108730.9206-23.0826

#a974af color RGB value is (169,116,175).

#a974af hex color red value is 169, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a974af hue: 0.82 , saturation: 0.27 and the lightness value of a974af is 0.57.

The process color (four color CMYK) of #a974af color hex is 0.03, 0.34, 0.00, 0.31. Web safe color of #a974af is #996699. Color #a974af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 10101111
Octal 251 164 257
Decimal 169 116 175
Hex A9 74 AF

RGB Percentages of Color #a974af

%36.74
%25.22
%38.04

CMYK Percentages of Color #a974af

%3
%34
%0
%31

Triadic Colors of #a974af

#a974af #afa974 #74afa9

Analogous Colors of #a974af

#a974af #af7498 #8c74af

Monochromatic Colors of #a974af

#a974af

Complementary Color

#a974af #7aaf74

#a974af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974af Color CSS Codes

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

#a974af Text Font Color

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

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


#a974af Background Color

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

This div background color is #a974af


#a974af Border Color

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

This div border color is #a974af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974af


Comments

No comments written yet.

Please login to write comment.