Color Hex Logo

#a95acc Color Hex

#A95ACC
(169,90,204)
0 Favorites   0 Comments

Color spaces of #a95acc

RGB 16990204
HSL0.780.530.58
HSV282°56°80°
CMYK 0.170.560.00   0.20
XYZ30.917420.107059.3782
Yxy20.10700.28000.1821
Hunter Lab44.840844.6029-47.1232
CIE-Lab51.958050.9455-46.2312

#a95acc color RGB value is (169,90,204).

#a95acc hex color red value is 169, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a95acc hue: 0.78 , saturation: 0.53 and the lightness value of a95acc is 0.58.

The process color (four color CMYK) of #a95acc color hex is 0.17, 0.56, 0.00, 0.20. Web safe color of #a95acc is #9966cc. Color #a95acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 11001100
Octal 251 132 314
Decimal 169 90 204
Hex A9 5A CC

RGB Percentages of Color #a95acc

%36.50
%19.44
%44.06

CMYK Percentages of Color #a95acc

%17
%56
%0
%20

Triadic Colors of #a95acc

#a95acc #cca95a #5acca9

Analogous Colors of #a95acc

#a95acc #cc5ab6 #705acc

Monochromatic Colors of #a95acc

#a95acc

Complementary Color

#a95acc #7dcc5a

#a95acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95acc Color CSS Codes

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

#a95acc Text Font Color

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

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


#a95acc Background Color

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

This div background color is #a95acc


#a95acc Border Color

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

This div border color is #a95acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95acc


Comments

No comments written yet.

Please login to write comment.