Color Hex Logo

#a165cf Color Hex

#A165CF
(161,101,207)
0 Favorites   0 Comments

Color spaces of #a165cf

RGB 161101207
HSL0.760.520.60
HSV274°51°81°
CMYK 0.220.510.00   0.19
XYZ30.614121.389461.5465
Yxy21.38940.26960.1884
Hunter Lab46.248737.2221-46.5275
CIE-Lab53.373143.7178-45.7566

#a165cf color RGB value is (161,101,207).

#a165cf hex color red value is 161, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a165cf hue: 0.76 , saturation: 0.52 and the lightness value of a165cf is 0.60.

The process color (four color CMYK) of #a165cf color hex is 0.22, 0.51, 0.00, 0.19. Web safe color of #a165cf is #9966cc. Color #a165cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 11001111
Octal 241 145 317
Decimal 161 101 207
Hex A1 65 CF

RGB Percentages of Color #a165cf

%34.33
%21.54
%44.14

CMYK Percentages of Color #a165cf

%22
%51
%0
%19

Triadic Colors of #a165cf

#a165cf #cfa165 #65cfa1

Analogous Colors of #a165cf

#a165cf #cf65c8 #6c65cf

Monochromatic Colors of #a165cf

#a165cf

Complementary Color

#a165cf #93cf65

#a165cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a165cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a165cf Color CSS Codes

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

#a165cf Text Font Color

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

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


#a165cf Background Color

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

This div background color is #a165cf


#a165cf Border Color

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

This div border color is #a165cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a165cf


Comments

No comments written yet.

Please login to write comment.