Color Hex Logo

#a330af Color Hex

#A330AF
(163,48,175)
0 Favorites   0 Comments

Color spaces of #a330af

RGB 16348175
HSL0.820.570.44
HSV294°73°69°
CMYK 0.070.730.00   0.31
XYZ23.899112.995641.8062
Yxy12.99560.30370.1651
Hunter Lab36.049455.2508-43.5235
CIE-Lab42.756662.3247-44.0595

#a330af color RGB value is (163,48,175).

#a330af hex color red value is 163, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a330af hue: 0.82 , saturation: 0.57 and the lightness value of a330af is 0.44.

The process color (four color CMYK) of #a330af color hex is 0.07, 0.73, 0.00, 0.31. Web safe color of #a330af is #993399. Color #a330af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110000 10101111
Octal 243 60 257
Decimal 163 48 175
Hex A3 30 AF

RGB Percentages of Color #a330af

%42.23
%12.44
%45.34

CMYK Percentages of Color #a330af

%7
%73
%0
%31

Triadic Colors of #a330af

#a330af #afa330 #30afa3

Analogous Colors of #a330af

#a330af #af307c #6330af

Monochromatic Colors of #a330af

#a330af

Complementary Color

#a330af #3caf30

#a330af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a330af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a330af Color CSS Codes

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

#a330af Text Font Color

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

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


#a330af Background Color

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

This div background color is #a330af


#a330af Border Color

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

This div border color is #a330af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a330af


Comments

No comments written yet.

Please login to write comment.