Color Hex Logo

#a445af Color Hex

#A445AF
(164,69,175)
0 Favorites   0 Comments

Color spaces of #a445af

RGB 16469175
HSL0.820.430.48
HSV294°61°69°
CMYK 0.060.610.00   0.31
XYZ25.175815.243942.1729
Yxy15.24390.30480.1846
Hunter Lab39.043446.7735-36.7119
CIE-Lab45.966554.0116-38.9491

#a445af color RGB value is (164,69,175).

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

The process color (four color CMYK) of #a445af color hex is 0.06, 0.61, 0.00, 0.31. Web safe color of #a445af is #993399. Color #a445af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000101 10101111
Octal 244 105 257
Decimal 164 69 175
Hex A4 45 AF

RGB Percentages of Color #a445af

%40.20
%16.91
%42.89

CMYK Percentages of Color #a445af

%6
%61
%0
%31

Triadic Colors of #a445af

#a445af #afa445 #45afa4

Analogous Colors of #a445af

#a445af #af4585 #6f45af

Monochromatic Colors of #a445af

#a445af

Complementary Color

#a445af #50af45

#a445af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a445af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a445af Color CSS Codes

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

#a445af Text Font Color

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

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


#a445af Background Color

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

This div background color is #a445af


#a445af Border Color

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

This div border color is #a445af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a445af


Comments

No comments written yet.

Please login to write comment.