Color Hex Logo

#a240af Color Hex

#A240AF
(162,64,175)
0 Favorites   0 Comments

Color spaces of #a240af

RGB 16264175
HSL0.810.460.47
HSV293°63°69°
CMYK 0.070.630.00   0.31
XYZ24.471614.443342.0555
Yxy14.44330.30220.1784
Hunter Lab38.004348.4314-39.0071
CIE-Lab44.862155.7495-40.7178

#a240af color RGB value is (162,64,175).

#a240af hex color red value is 162, green value is 64 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a240af hue: 0.81 , saturation: 0.46 and the lightness value of a240af is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000000 10101111
Octal 242 100 257
Decimal 162 64 175
Hex A2 40 AF

RGB Percentages of Color #a240af

%40.40
%15.96
%43.64

CMYK Percentages of Color #a240af

%7
%63
%0
%31

Triadic Colors of #a240af

#a240af #afa240 #40afa2

Analogous Colors of #a240af

#a240af #af4085 #6b40af

Monochromatic Colors of #a240af

#a240af

Complementary Color

#a240af #4daf40

#a240af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a240af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a240af Color CSS Codes

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

#a240af Text Font Color

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

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


#a240af Background Color

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

This div background color is #a240af


#a240af Border Color

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

This div border color is #a240af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a240af


Comments

No comments written yet.

Please login to write comment.