Color Hex Logo

#a433aa Color Hex

#A433AA
(164,51,170)
0 Favorites   0 Comments

Color spaces of #a433aa

RGB 16451170
HSL0.820.540.43
HSV297°70°67°
CMYK 0.040.700.00   0.33
XYZ23.749413.162439.3191
Yxy13.16240.31150.1727
Hunter Lab36.280053.3585-38.8605
CIE-Lab43.006960.5855-40.6862

#a433aa color RGB value is (164,51,170).

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

The process color (four color CMYK) of #a433aa color hex is 0.04, 0.70, 0.00, 0.33. Web safe color of #a433aa is #993399. Color #a433aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110011 10101010
Octal 244 63 252
Decimal 164 51 170
Hex A4 33 AA

RGB Percentages of Color #a433aa

%42.60
%13.25
%44.16

CMYK Percentages of Color #a433aa

%4
%70
%0
%33

Triadic Colors of #a433aa

#a433aa #aaa433 #33aaa4

Analogous Colors of #a433aa

#a433aa #aa3375 #6933aa

Monochromatic Colors of #a433aa

#a433aa

Complementary Color

#a433aa #39aa33

#a433aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a433aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a433aa Color CSS Codes

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

#a433aa Text Font Color

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

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


#a433aa Background Color

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

This div background color is #a433aa


#a433aa Border Color

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

This div border color is #a433aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,51,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a433aa


Comments

No comments written yet.

Please login to write comment.