Color Hex Logo

#a451ab Color Hex

#A451AB
(164,81,171)
0 Favorites   0 Comments

Color spaces of #a451ab

RGB 16481171
HSL0.820.360.49
HSV295°53°67°
CMYK 0.040.530.00   0.33
XYZ25.603016.717640.4055
Yxy16.71760.30950.2021
Hunter Lab40.887240.2218-29.9705
CIE-Lab47.902247.4738-33.5458

#a451ab color RGB value is (164,81,171).

#a451ab hex color red value is 164, green value is 81 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a451ab hue: 0.82 , saturation: 0.36 and the lightness value of a451ab is 0.49.

The process color (four color CMYK) of #a451ab color hex is 0.04, 0.53, 0.00, 0.33. Web safe color of #a451ab is #996699. Color #a451ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010001 10101011
Octal 244 121 253
Decimal 164 81 171
Hex A4 51 AB

RGB Percentages of Color #a451ab

%39.42
%19.47
%41.11

CMYK Percentages of Color #a451ab

%4
%53
%0
%33

Triadic Colors of #a451ab

#a451ab #aba451 #51aba4

Analogous Colors of #a451ab

#a451ab #ab5185 #7751ab

Monochromatic Colors of #a451ab

#a451ab

Complementary Color

#a451ab #58ab51

#a451ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a451ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a451ab Color CSS Codes

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

#a451ab Text Font Color

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

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


#a451ab Background Color

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

This div background color is #a451ab


#a451ab Border Color

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

This div border color is #a451ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,81,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a451ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a451ab;
  -webkit-box-shadow: 1px 1px 3px 2px #a451ab;
  box-shadow:         1px 1px 3px 2px #a451ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,81,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a451ab


Comments

No comments written yet.

Please login to write comment.