Color Hex Logo

#a024af Color Hex

#A024AF
(160,36,175)
0 Favorites   0 Comments

Color spaces of #a024af

RGB 16036175
HSL0.820.660.41
HSV294°79°69°
CMYK 0.090.790.00   0.31
XYZ22.865911.830541.6358
Yxy11.83050.29960.1550
Hunter Lab34.395558.4735-47.6938
CIE-Lab40.945465.5165-46.9844

#a024af color RGB value is (160,36,175).

#a024af hex color red value is 160, green value is 36 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a024af hue: 0.82 , saturation: 0.66 and the lightness value of a024af is 0.41.

The process color (four color CMYK) of #a024af color hex is 0.09, 0.79, 0.00, 0.31. Web safe color of #a024af is #993399. Color #a024af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100100 10101111
Octal 240 44 257
Decimal 160 36 175
Hex A0 24 AF

RGB Percentages of Color #a024af

%43.13
%9.70
%47.17

CMYK Percentages of Color #a024af

%9
%79
%0
%31

Triadic Colors of #a024af

#a024af #afa024 #24afa0

Analogous Colors of #a024af

#a024af #af2479 #5a24af

Monochromatic Colors of #a024af

#a024af

Complementary Color

#a024af #33af24

#a024af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a024af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a024af Color CSS Codes

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

#a024af Text Font Color

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

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


#a024af Background Color

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

This div background color is #a024af


#a024af Border Color

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

This div border color is #a024af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a024af


Comments

No comments written yet.

Please login to write comment.