Color Hex Logo

#a199ca Color Hex

#A199CA
(161,153,202)
0 Favorites   0 Comments

Color spaces of #a199ca

RGB 161153202
HSL0.690.320.70
HSV250°24°79°
CMYK 0.200.240.00   0.21
XYZ36.749834.623860.6233
Yxy34.62380.27840.2623
Hunter Lab58.84208.5088-19.8955
CIE-Lab65.454713.1599-24.0952

#a199ca color RGB value is (161,153,202).

#a199ca hex color red value is 161, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a199ca hue: 0.69 , saturation: 0.32 and the lightness value of a199ca is 0.70.

The process color (four color CMYK) of #a199ca color hex is 0.20, 0.24, 0.00, 0.21. Web safe color of #a199ca is #9999cc. Color #a199ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 11001010
Octal 241 231 312
Decimal 161 153 202
Hex A1 99 CA

RGB Percentages of Color #a199ca

%31.20
%29.65
%39.15

CMYK Percentages of Color #a199ca

%20
%24
%0
%21

Triadic Colors of #a199ca

#a199ca #caa199 #99caa1

Analogous Colors of #a199ca

#a199ca #ba99ca #99aaca

Monochromatic Colors of #a199ca

#a199ca

Complementary Color

#a199ca #c2ca99

#a199ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199ca Color CSS Codes

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

#a199ca Text Font Color

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

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


#a199ca Background Color

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

This div background color is #a199ca


#a199ca Border Color

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

This div border color is #a199ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199ca


Comments

No comments written yet.

Please login to write comment.