Color Hex Logo

#a190ce Color Hex

#A190CE
(161,144,206)
0 Favorites   0 Comments

Color spaces of #a190ce

RGB 161144206
HSL0.710.390.69
HSV256°30°81°
CMYK 0.220.300.00   0.19
XYZ35.811831.979862.6778
Yxy31.97980.27450.2451
Hunter Lab56.550714.0748-26.1284
CIE-Lab63.326219.2087-29.6031

#a190ce color RGB value is (161,144,206).

#a190ce hex color red value is 161, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a190ce hue: 0.71 , saturation: 0.39 and the lightness value of a190ce is 0.69.

The process color (four color CMYK) of #a190ce color hex is 0.22, 0.30, 0.00, 0.19. Web safe color of #a190ce is #9999cc. Color #a190ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010000 11001110
Octal 241 220 316
Decimal 161 144 206
Hex A1 90 CE

RGB Percentages of Color #a190ce

%31.51
%28.18
%40.31

CMYK Percentages of Color #a190ce

%22
%30
%0
%19

Triadic Colors of #a190ce

#a190ce #cea190 #90cea1

Analogous Colors of #a190ce

#a190ce #c090ce #909ece

Monochromatic Colors of #a190ce

#a190ce

Complementary Color

#a190ce #bdce90

#a190ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a190ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a190ce Color CSS Codes

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

#a190ce Text Font Color

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

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


#a190ce Background Color

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

This div background color is #a190ce


#a190ce Border Color

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

This div border color is #a190ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,144,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a190ce


Comments

No comments written yet.

Please login to write comment.