Color Hex Logo

#a219ad Color Hex

#A219AD
(162,25,173)
0 Favorites   0 Comments

Color spaces of #a219ad

RGB 16225173
HSL0.820.750.39
HSV296°86°68°
CMYK 0.060.860.00   0.32
XYZ22.790711.393840.5332
Yxy11.39380.30500.1525
Hunter Lab33.754761.4500-47.5681
CIE-Lab40.236068.2334-46.9148

#a219ad color RGB value is (162,25,173).

#a219ad hex color red value is 162, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a219ad hue: 0.82 , saturation: 0.75 and the lightness value of a219ad is 0.39.

The process color (four color CMYK) of #a219ad color hex is 0.06, 0.86, 0.00, 0.32. Web safe color of #a219ad is #990099. Color #a219ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011001 10101101
Octal 242 31 255
Decimal 162 25 173
Hex A2 19 AD

RGB Percentages of Color #a219ad

%45.00
%6.94
%48.06

CMYK Percentages of Color #a219ad

%6
%86
%0
%32

Triadic Colors of #a219ad

#a219ad #ada219 #19ada2

Analogous Colors of #a219ad

#a219ad #ad196e #5819ad

Monochromatic Colors of #a219ad

#a219ad

Complementary Color

#a219ad #24ad19

#a219ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a219ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a219ad Color CSS Codes

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

#a219ad Text Font Color

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

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


#a219ad Background Color

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

This div background color is #a219ad


#a219ad Border Color

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

This div border color is #a219ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a219ad


Comments

No comments written yet.

Please login to write comment.