Color Hex Logo

#a935a5 Color Hex

#A935A5
(169,53,165)
0 Favorites   0 Comments

Color spaces of #a935a5

RGB 16953165
HSL0.840.520.44
HSV302°69°66°
CMYK 0.000.690.02   0.34
XYZ24.426813.697836.9538
Yxy13.69780.32540.1824
Hunter Lab37.010553.0408-33.2917
CIE-Lab43.796460.1488-36.4099

#a935a5 color RGB value is (169,53,165).

#a935a5 hex color red value is 169, green value is 53 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a935a5 hue: 0.84 , saturation: 0.52 and the lightness value of a935a5 is 0.44.

The process color (four color CMYK) of #a935a5 color hex is 0.00, 0.69, 0.02, 0.34. Web safe color of #a935a5 is #993399. Color #a935a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110101 10100101
Octal 251 65 245
Decimal 169 53 165
Hex A9 35 A5

RGB Percentages of Color #a935a5

%43.67
%13.70
%42.64

CMYK Percentages of Color #a935a5

%0
%69
%2
%34

Triadic Colors of #a935a5

#a935a5 #a5a935 #35a5a9

Analogous Colors of #a935a5

#a935a5 #a9356b #7335a9

Monochromatic Colors of #a935a5

#a935a5

Complementary Color

#a935a5 #35a939

#a935a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a935a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a935a5 Color CSS Codes

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

#a935a5 Text Font Color

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

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


#a935a5 Background Color

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

This div background color is #a935a5


#a935a5 Border Color

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

This div border color is #a935a5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,53,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a935a5


Comments

No comments written yet.

Please login to write comment.