Color Hex Logo

#a046af Color Hex

#A046AF
(160,70,175)
0 Favorites   0 Comments

Color spaces of #a046af

RGB 16070175
HSL0.810.430.48
HSV291°60°69°
CMYK 0.090.600.00   0.31
XYZ24.425214.949042.1555
Yxy14.94900.29960.1834
Hunter Lab38.663945.1021-37.5795
CIE-Lab45.564352.5217-39.6224

#a046af color RGB value is (160,70,175).

#a046af hex color red value is 160, green value is 70 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a046af hue: 0.81 , saturation: 0.43 and the lightness value of a046af is 0.48.

The process color (four color CMYK) of #a046af color hex is 0.09, 0.60, 0.00, 0.31. Web safe color of #a046af is #993399. Color #a046af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 10101111
Octal 240 106 257
Decimal 160 70 175
Hex A0 46 AF

RGB Percentages of Color #a046af

%39.51
%17.28
%43.21

CMYK Percentages of Color #a046af

%9
%60
%0
%31

Triadic Colors of #a046af

#a046af #afa046 #46afa0

Analogous Colors of #a046af

#a046af #af468a #6c46af

Monochromatic Colors of #a046af

#a046af

Complementary Color

#a046af #55af46

#a046af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046af Color CSS Codes

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

#a046af Text Font Color

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

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


#a046af Background Color

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

This div background color is #a046af


#a046af Border Color

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

This div border color is #a046af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046af


Comments

No comments written yet.

Please login to write comment.