Color Hex Logo

#a301ad Color Hex

#A301AD
(163,1,173)
0 Favorites   0 Comments

Color spaces of #a301ad

RGB 1631173
HSL0.820.990.34
HSV297°99°68°
CMYK 0.060.990.00   0.32
XYZ22.657910.825440.4305
Yxy10.82540.30650.1465
Hunter Lab32.902065.3453-49.8252
CIE-Lab39.284871.7286-48.4330

#a301ad color RGB value is (163,1,173).

#a301ad hex color red value is 163, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a301ad hue: 0.82 , saturation: 0.99 and the lightness value of a301ad is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 10101101
Octal 243 1 255
Decimal 163 1 173
Hex A3 1 AD

RGB Percentages of Color #a301ad

%48.37
%0.30
%51.34

CMYK Percentages of Color #a301ad

%6
%99
%0
%32

Triadic Colors of #a301ad

#a301ad #ada301 #01ada3

Analogous Colors of #a301ad

#a301ad #ad0161 #4d01ad

Monochromatic Colors of #a301ad

#a301ad

Complementary Color

#a301ad #0bad01

#a301ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a301ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a301ad Color CSS Codes

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

#a301ad Text Font Color

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

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


#a301ad Background Color

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

This div background color is #a301ad


#a301ad Border Color

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

This div border color is #a301ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a301ad


Comments

No comments written yet.

Please login to write comment.