Color Hex Logo

#a17afd Color Hex

#A17AFD
(161,122,253)
0 Favorites   0 Comments

Color spaces of #a17afd

RGB 161122253
HSL0.720.970.74
HSV258°52°99°
CMYK 0.360.520.00   0.01
XYZ39.387128.588096.3706
Yxy28.58800.23970.1740
Hunter Lab53.467737.9237-69.4372
CIE-Lab60.416343.3903-60.2730

#a17afd color RGB value is (161,122,253).

#a17afd hex color red value is 161, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a17afd hue: 0.72 , saturation: 0.97 and the lightness value of a17afd is 0.74.

The process color (four color CMYK) of #a17afd color hex is 0.36, 0.52, 0.00, 0.01. Web safe color of #a17afd is #9966ff. Color #a17afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 11111101
Octal 241 172 375
Decimal 161 122 253
Hex A1 7A FD

RGB Percentages of Color #a17afd

%30.04
%22.76
%47.20

CMYK Percentages of Color #a17afd

%36
%52
%0
%1

Triadic Colors of #a17afd

#a17afd #fda17a #7afda1

Analogous Colors of #a17afd

#a17afd #e37afd #7a95fd

Monochromatic Colors of #a17afd

#a17afd

Complementary Color

#a17afd #d6fd7a

#a17afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17afd Color CSS Codes

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

#a17afd Text Font Color

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

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


#a17afd Background Color

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

This div background color is #a17afd


#a17afd Border Color

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

This div border color is #a17afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17afd

Related Colors


Comments

No comments written yet.

Please login to write comment.