Color Hex Logo

#a821af Color Hex

#A821AF
(168,33,175)
0 Favorites   0 Comments

Color spaces of #a821af

RGB 16833175
HSL0.830.680.41
HSV297°81°69°
CMYK 0.040.810.00   0.31
XYZ24.430212.507741.6841
Yxy12.50770.31070.1591
Hunter Lab35.366261.4129-45.1253
CIE-Lab42.011967.8553-45.2018

#a821af color RGB value is (168,33,175).

#a821af hex color red value is 168, green value is 33 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a821af hue: 0.83 , saturation: 0.68 and the lightness value of a821af is 0.41.

The process color (four color CMYK) of #a821af color hex is 0.04, 0.81, 0.00, 0.31. Web safe color of #a821af is #993399. Color #a821af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 10101111
Octal 250 41 257
Decimal 168 33 175
Hex A8 21 AF

RGB Percentages of Color #a821af

%44.68
%8.78
%46.54

CMYK Percentages of Color #a821af

%4
%81
%0
%31

Triadic Colors of #a821af

#a821af #afa821 #21afa8

Analogous Colors of #a821af

#a821af #af216f #6121af

Monochromatic Colors of #a821af

#a821af

Complementary Color

#a821af #28af21

#a821af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a821af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a821af Color CSS Codes

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

#a821af Text Font Color

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

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


#a821af Background Color

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

This div background color is #a821af


#a821af Border Color

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

This div border color is #a821af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a821af


Comments

No comments written yet.

Please login to write comment.