Color Hex Logo

#a165bd Color Hex

#A165BD
(161,101,189)
0 Favorites   0 Comments

Color spaces of #a165bd

RGB 161101189
HSL0.780.400.57
HSV281°47°74°
CMYK 0.150.470.00   0.26
XYZ28.536920.558650.6082
Yxy20.55860.28620.2062
Hunter Lab45.341632.9958-34.4377
CIE-Lab52.463039.7066-36.8837

#a165bd color RGB value is (161,101,189).

#a165bd hex color red value is 161, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a165bd hue: 0.78 , saturation: 0.40 and the lightness value of a165bd is 0.57.

The process color (four color CMYK) of #a165bd color hex is 0.15, 0.47, 0.00, 0.26. Web safe color of #a165bd is #9966cc. Color #a165bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 10111101
Octal 241 145 275
Decimal 161 101 189
Hex A1 65 BD

RGB Percentages of Color #a165bd

%35.70
%22.39
%41.91

CMYK Percentages of Color #a165bd

%15
%47
%0
%26

Triadic Colors of #a165bd

#a165bd #bda165 #65bda1

Analogous Colors of #a165bd

#a165bd #bd65ad #7565bd

Monochromatic Colors of #a165bd

#a165bd

Complementary Color

#a165bd #81bd65

#a165bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a165bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a165bd Color CSS Codes

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

#a165bd Text Font Color

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

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


#a165bd Background Color

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

This div background color is #a165bd


#a165bd Border Color

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

This div border color is #a165bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a165bd


Comments

No comments written yet.

Please login to write comment.