Color Hex Logo

#a24aaf Color Hex

#A24AAF
(162,74,175)
0 Favorites   0 Comments

Color spaces of #a24aaf

RGB 16274175
HSL0.810.410.49
HSV292°58°69°
CMYK 0.070.580.00   0.31
XYZ25.086915.674142.2606
Yxy15.67410.30220.1888
Hunter Lab39.590543.8247-35.5753
CIE-Lab46.544051.1438-38.0543

#a24aaf color RGB value is (162,74,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001010 10101111
Octal 242 112 257
Decimal 162 74 175
Hex A2 4A AF

RGB Percentages of Color #a24aaf

%39.42
%18.00
%42.58

CMYK Percentages of Color #a24aaf

%7
%58
%0
%31

Triadic Colors of #a24aaf

#a24aaf #afa24a #4aafa2

Analogous Colors of #a24aaf

#a24aaf #af4a8a #704aaf

Monochromatic Colors of #a24aaf

#a24aaf

Complementary Color

#a24aaf #57af4a

#a24aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24aaf Color CSS Codes

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

#a24aaf Text Font Color

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

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


#a24aaf Background Color

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

This div background color is #a24aaf


#a24aaf Border Color

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

This div border color is #a24aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24aaf


Comments

No comments written yet.

Please login to write comment.