Color Hex Logo

#a728ad Color Hex

#A728AD
(167,40,173)
0 Favorites   0 Comments

Color spaces of #a728ad

RGB 16740173
HSL0.830.620.42
HSV297°77°68°
CMYK 0.030.770.00   0.32
XYZ24.238012.750240.7187
Yxy12.75020.31190.1641
Hunter Lab35.707458.6768-42.6157
CIE-Lab42.384465.4137-43.4297

#a728ad color RGB value is (167,40,173).

#a728ad hex color red value is 167, green value is 40 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a728ad hue: 0.83 , saturation: 0.62 and the lightness value of a728ad is 0.42.

The process color (four color CMYK) of #a728ad color hex is 0.03, 0.77, 0.00, 0.32. Web safe color of #a728ad is #993399. Color #a728ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 10101101
Octal 247 50 255
Decimal 167 40 173
Hex A7 28 AD

RGB Percentages of Color #a728ad

%43.95
%10.53
%45.53

CMYK Percentages of Color #a728ad

%3
%77
%0
%32

Triadic Colors of #a728ad

#a728ad #ada728 #28ada7

Analogous Colors of #a728ad

#a728ad #ad2871 #6528ad

Monochromatic Colors of #a728ad

#a728ad

Complementary Color

#a728ad #2ead28

#a728ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a728ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a728ad Color CSS Codes

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

#a728ad Text Font Color

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

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


#a728ad Background Color

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

This div background color is #a728ad


#a728ad Border Color

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

This div border color is #a728ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,40,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a728ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a728ad;
  -webkit-box-shadow: 1px 1px 3px 2px #a728ad;
  box-shadow:         1px 1px 3px 2px #a728ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,40,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a728ad


Comments

No comments written yet.

Please login to write comment.