Color Hex Logo

#a170df Color Hex

#A170DF
(161,112,223)
0 Favorites   0 Comments

Color spaces of #a170df

RGB 161112223
HSL0.740.630.66
HSV266°50°87°
CMYK 0.280.500.00   0.13
XYZ33.811424.493172.7576
Yxy24.49310.25800.1869
Hunter Lab49.490535.3410-52.5208
CIE-Lab56.578241.4417-49.7168

#a170df color RGB value is (161,112,223).

#a170df hex color red value is 161, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a170df hue: 0.74 , saturation: 0.63 and the lightness value of a170df is 0.66.

The process color (four color CMYK) of #a170df color hex is 0.28, 0.50, 0.00, 0.13. Web safe color of #a170df is #9966cc. Color #a170df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 11011111
Octal 241 160 337
Decimal 161 112 223
Hex A1 70 DF

RGB Percentages of Color #a170df

%32.46
%22.58
%44.96

CMYK Percentages of Color #a170df

%28
%50
%0
%13

Triadic Colors of #a170df

#a170df #dfa170 #70dfa1

Analogous Colors of #a170df

#a170df #d970df #7077df

Monochromatic Colors of #a170df

#a170df

Complementary Color

#a170df #aedf70

#a170df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a170df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a170df Color CSS Codes

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

#a170df Text Font Color

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

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


#a170df Background Color

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

This div background color is #a170df


#a170df Border Color

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

This div border color is #a170df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a170df


Comments

No comments written yet.

Please login to write comment.