Color Hex Logo

#a33aa2 Color Hex

#A33AA2
(163,58,162)
0 Favorites   0 Comments

Color spaces of #a33aa2

RGB 16358162
HSL0.830.480.43
HSV301°64°64°
CMYK 0.000.640.01   0.36
XYZ23.138913.421335.5534
Yxy13.42130.32090.1861
Hunter Lab36.635148.6300-31.8948
CIE-Lab43.391356.2067-35.3233

#a33aa2 color RGB value is (163,58,162).

#a33aa2 hex color red value is 163, green value is 58 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #a33aa2 hue: 0.83 , saturation: 0.48 and the lightness value of a33aa2 is 0.43.

The process color (four color CMYK) of #a33aa2 color hex is 0.00, 0.64, 0.01, 0.36. Web safe color of #a33aa2 is #993399. Color #a33aa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111010 10100010
Octal 243 72 242
Decimal 163 58 162
Hex A3 3A A2

RGB Percentages of Color #a33aa2

%42.56
%15.14
%42.30

CMYK Percentages of Color #a33aa2

%0
%64
%1
%36

Triadic Colors of #a33aa2

#a33aa2 #a2a33a #3aa2a3

Analogous Colors of #a33aa2

#a33aa2 #a33a6e #703aa3

Monochromatic Colors of #a33aa2

#a33aa2

Complementary Color

#a33aa2 #3aa33b

#a33aa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33aa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33aa2 Color CSS Codes

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

#a33aa2 Text Font Color

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

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


#a33aa2 Background Color

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

This div background color is #a33aa2


#a33aa2 Border Color

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

This div border color is #a33aa2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,58,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a33aa2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a33aa2;
  -webkit-box-shadow: 1px 1px 3px 2px #a33aa2;
  box-shadow:         1px 1px 3px 2px #a33aa2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,58,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33aa2


Comments

No comments written yet.

Please login to write comment.