Color Hex Logo

#a991ca Color Hex

#A991CA
(169,145,202)
0 Favorites   0 Comments

Color spaces of #a991ca

RGB 169145202
HSL0.740.350.68
HSV265°28°79°
CMYK 0.160.280.00   0.21
XYZ37.148332.950160.2792
Yxy32.95010.28490.2527
Hunter Lab57.402215.0640-22.0801
CIE-Lab64.120520.2228-26.0837

#a991ca color RGB value is (169,145,202).

#a991ca hex color red value is 169, green value is 145 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a991ca hue: 0.74 , saturation: 0.35 and the lightness value of a991ca is 0.68.

The process color (four color CMYK) of #a991ca color hex is 0.16, 0.28, 0.00, 0.21. Web safe color of #a991ca is #9999cc. Color #a991ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010001 11001010
Octal 251 221 312
Decimal 169 145 202
Hex A9 91 CA

RGB Percentages of Color #a991ca

%32.75
%28.10
%39.15

CMYK Percentages of Color #a991ca

%16
%28
%0
%21

Triadic Colors of #a991ca

#a991ca #caa991 #91caa9

Analogous Colors of #a991ca

#a991ca #c691ca #9196ca

Monochromatic Colors of #a991ca

#a991ca

Complementary Color

#a991ca #b2ca91

#a991ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a991ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a991ca Color CSS Codes

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

#a991ca Text Font Color

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

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


#a991ca Background Color

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

This div background color is #a991ca


#a991ca Border Color

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

This div border color is #a991ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a991ca


Comments

No comments written yet.

Please login to write comment.