Color Hex Logo

#a652af Color Hex

#A652AF
(166,82,175)
0 Favorites   0 Comments

Color spaces of #a652af

RGB 16682175
HSL0.820.370.50
HSV294°53°69°
CMYK 0.050.530.00   0.31
XYZ26.481017.236742.4888
Yxy17.23670.30720.1999
Hunter Lab41.517141.1983-31.6157
CIE-Lab48.556948.3017-34.8459

#a652af color RGB value is (166,82,175).

#a652af hex color red value is 166, green value is 82 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a652af hue: 0.82 , saturation: 0.37 and the lightness value of a652af is 0.50.

The process color (four color CMYK) of #a652af color hex is 0.05, 0.53, 0.00, 0.31. Web safe color of #a652af is #996699. Color #a652af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 10101111
Octal 246 122 257
Decimal 166 82 175
Hex A6 52 AF

RGB Percentages of Color #a652af

%39.24
%19.39
%41.37

CMYK Percentages of Color #a652af

%5
%53
%0
%31

Triadic Colors of #a652af

#a652af #afa652 #52afa6

Analogous Colors of #a652af

#a652af #af528a #7852af

Monochromatic Colors of #a652af

#a652af

Complementary Color

#a652af #5baf52

#a652af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652af Color CSS Codes

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

#a652af Text Font Color

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

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


#a652af Background Color

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

This div background color is #a652af


#a652af Border Color

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

This div border color is #a652af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652af


Comments

No comments written yet.

Please login to write comment.