Color Hex Logo

#a261ab Color Hex

#A261AB
(162,97,171)
0 Favorites   0 Comments

Color spaces of #a261ab

RGB 16297171
HSL0.810.310.53
HSV293°43°67°
CMYK 0.050.430.00   0.33
XYZ26.525719.171040.8304
Yxy19.17100.30660.2216
Hunter Lab43.784731.5159-24.6402
CIE-Lab50.886738.4433-28.9023

#a261ab color RGB value is (162,97,171).

#a261ab hex color red value is 162, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a261ab hue: 0.81 , saturation: 0.31 and the lightness value of a261ab is 0.53.

The process color (four color CMYK) of #a261ab color hex is 0.05, 0.43, 0.00, 0.33. Web safe color of #a261ab is #996699. Color #a261ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100001 10101011
Octal 242 141 253
Decimal 162 97 171
Hex A2 61 AB

RGB Percentages of Color #a261ab

%37.67
%22.56
%39.77

CMYK Percentages of Color #a261ab

%5
%43
%0
%33

Triadic Colors of #a261ab

#a261ab #aba261 #61aba2

Analogous Colors of #a261ab

#a261ab #ab618f #7d61ab

Monochromatic Colors of #a261ab

#a261ab

Complementary Color

#a261ab #6aab61

#a261ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a261ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a261ab Color CSS Codes

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

#a261ab Text Font Color

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

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


#a261ab Background Color

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

This div background color is #a261ab


#a261ab Border Color

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

This div border color is #a261ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a261ab


Comments

No comments written yet.

Please login to write comment.