color codes Logo

#a917ed color codes

#A917ED
(169,23,237)
0 Favorites   0 Comments

Color spaces of #a917ed

RGB 16923237
HSL0.780.860.51
HSV281°90°93°
CMYK 0.290.900.00   0.07
XYZ31.954615.162281.3632
Yxy15.16220.24870.1180
Hunter Lab38.938778.3414-96.6307
CIE-Lab45.855681.0521-74.8425

#a917ed color RGB value is (169,23,237).

#a917ed hex color red value is 169, green value is 23 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a917ed hue: 0.78 , saturation: 0.86 and the lightness value of a917ed is 0.51.

The process color (four color CMYK) of #a917ed color code is 0.29, 0.90, 0.00, 0.07. Web safe color of #a917ed is #9900ff. Color #a917ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 11101101
Octal 251 27 355
Decimal 169 23 237
Hex A9 17 ED

RGB Percentages of Color #a917ed

%39.39
%5.36
%55.24

CMYK Percentages of Color #a917ed

%29
%90
%0
%7

Triadic Colors of #a917ed

#a917ed #eda917 #17eda9

Analogous Colors of #a917ed

#a917ed #ed17c6 #3e17ed

Monochromatic Colors of #a917ed

#a917ed

Complementary Color

#a917ed #5bed17

#a917ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917ed Color CSS Codes

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

#a917ed Text Font Color

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

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


#a917ed Background Color

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

This div background color is #a917ed


#a917ed Border Color

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

This div border color is #a917ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917ed


Comments

No comments written yet.

Please login to write comment.