Color Hex Logo

#a674a1 Color Hex

#A674A1
(166,116,161)
0 Favorites   0 Comments

Color spaces of #a674a1

RGB 166116161
HSL0.850.220.55
HSV306°30°65°
CMYK 0.000.300.03   0.35
XYZ28.404323.171036.6936
Yxy23.17100.32180.2625
Hunter Lab48.136321.0910-11.5006
CIE-Lab55.248027.1827-16.3375

#a674a1 color RGB value is (166,116,161).

#a674a1 hex color red value is 166, green value is 116 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a674a1 hue: 0.85 , saturation: 0.22 and the lightness value of a674a1 is 0.55.

The process color (four color CMYK) of #a674a1 color hex is 0.00, 0.30, 0.03, 0.35. Web safe color of #a674a1 is #996699. Color #a674a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110100 10100001
Octal 246 164 241
Decimal 166 116 161
Hex A6 74 A1

RGB Percentages of Color #a674a1

%37.47
%26.19
%36.34

CMYK Percentages of Color #a674a1

%0
%30
%3
%35

Triadic Colors of #a674a1

#a674a1 #a1a674 #74a1a6

Analogous Colors of #a674a1

#a674a1 #a67488 #9274a6

Monochromatic Colors of #a674a1

#a674a1

Complementary Color

#a674a1 #74a679

#a674a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a674a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a674a1 Color CSS Codes

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

#a674a1 Text Font Color

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

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


#a674a1 Background Color

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

This div background color is #a674a1


#a674a1 Border Color

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

This div border color is #a674a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a674a1


Comments

No comments written yet.

Please login to write comment.