Color Hex Logo

#a067ae Color Hex

#A067AE
(160,103,174)
0 Favorites   0 Comments

Color spaces of #a067ae

RGB 160103174
HSL0.800.300.54
HSV288°41°68°
CMYK 0.080.410.00   0.32
XYZ26.987420.230142.5268
Yxy20.23010.30070.2254
Hunter Lab44.977928.3914-24.5745
CIE-Lab52.096435.1139-28.7869

#a067ae color RGB value is (160,103,174).

#a067ae hex color red value is 160, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a067ae hue: 0.80 , saturation: 0.30 and the lightness value of a067ae is 0.54.

The process color (four color CMYK) of #a067ae color hex is 0.08, 0.41, 0.00, 0.32. Web safe color of #a067ae is #996699. Color #a067ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 10101110
Octal 240 147 256
Decimal 160 103 174
Hex A0 67 AE

RGB Percentages of Color #a067ae

%36.61
%23.57
%39.82

CMYK Percentages of Color #a067ae

%8
%41
%0
%32

Triadic Colors of #a067ae

#a067ae #aea067 #67aea0

Analogous Colors of #a067ae

#a067ae #ae6799 #7d67ae

Monochromatic Colors of #a067ae

#a067ae

Complementary Color

#a067ae #75ae67

#a067ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a067ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a067ae Color CSS Codes

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

#a067ae Text Font Color

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

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


#a067ae Background Color

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

This div background color is #a067ae


#a067ae Border Color

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

This div border color is #a067ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a067ae


Comments

No comments written yet.

Please login to write comment.