color codes Logo

#a932ab color codes

#A932AB
(169,50,171)
0 Favorites   0 Comments

Color spaces of #a932ab

RGB 16950171
HSL0.830.550.43
HSV299°71°67°
CMYK 0.010.710.00   0.33
XYZ24.853513.656539.8541
Yxy13.65650.31720.1743
Hunter Lab36.954755.3776-38.0735
CIE-Lab43.736262.2485-40.0718

#a932ab color RGB value is (169,50,171).

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

The process color (four color CMYK) of #a932ab color code is 0.01, 0.71, 0.00, 0.33. Web safe color of #a932ab is #993399. Color #a932ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110010 10101011
Octal 251 62 253
Decimal 169 50 171
Hex A9 32 AB

RGB Percentages of Color #a932ab

%43.33
%12.82
%43.85

CMYK Percentages of Color #a932ab

%1
%71
%0
%33

Triadic Colors of #a932ab

#a932ab #aba932 #32aba9

Analogous Colors of #a932ab

#a932ab #ab3271 #6d32ab

Monochromatic Colors of #a932ab

#a932ab

Complementary Color

#a932ab #34ab32

#a932ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a932ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a932ab Color CSS Codes

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

#a932ab Text Font Color

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

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


#a932ab Background Color

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

This div background color is #a932ab


#a932ab Border Color

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

This div border color is #a932ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a932ab


Comments

No comments written yet.

Please login to write comment.