Color Hex Logo

#a915ab Color Hex

#A915AB
(169,21,171)
0 Favorites   0 Comments

Color spaces of #a915ab

RGB 16921171
HSL0.830.780.38
HSV299°88°67°
CMYK 0.010.880.00   0.33
XYZ23.981011.911639.5633
Yxy11.91160.31780.1579
Hunter Lab34.513263.6301-43.8063
CIE-Lab41.075369.9320-44.3108

#a915ab color RGB value is (169,21,171).

#a915ab hex color red value is 169, green value is 21 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a915ab hue: 0.83 , saturation: 0.78 and the lightness value of a915ab is 0.38.

The process color (four color CMYK) of #a915ab color hex is 0.01, 0.88, 0.00, 0.33. Web safe color of #a915ab is #990099. Color #a915ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 10101011
Octal 251 25 253
Decimal 169 21 171
Hex A9 15 AB

RGB Percentages of Color #a915ab

%46.81
%5.82
%47.37

CMYK Percentages of Color #a915ab

%1
%88
%0
%33

Triadic Colors of #a915ab

#a915ab #aba915 #15aba9

Analogous Colors of #a915ab

#a915ab #ab1562 #5e15ab

Monochromatic Colors of #a915ab

#a915ab

Complementary Color

#a915ab #17ab15

#a915ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a915ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a915ab Color CSS Codes

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

#a915ab Text Font Color

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

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


#a915ab Background Color

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

This div background color is #a915ab


#a915ab Border Color

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

This div border color is #a915ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a915ab


Comments

No comments written yet.

Please login to write comment.