Color Hex Logo

#a365ab Color Hex

#A365AB
(163,101,171)
0 Favorites   0 Comments

Color spaces of #a365ab

RGB 163101171
HSL0.810.290.53
HSV293°41°67°
CMYK 0.050.410.00   0.33
XYZ27.108620.034240.9663
Yxy20.03420.30770.2274
Hunter Lab44.759629.7791-22.9336
CIE-Lab51.875936.5557-27.3566

#a365ab color RGB value is (163,101,171).

#a365ab hex color red value is 163, green value is 101 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a365ab hue: 0.81 , saturation: 0.29 and the lightness value of a365ab is 0.53.

The process color (four color CMYK) of #a365ab color hex is 0.05, 0.41, 0.00, 0.33. Web safe color of #a365ab is #996699. Color #a365ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100101 10101011
Octal 243 145 253
Decimal 163 101 171
Hex A3 65 AB

RGB Percentages of Color #a365ab

%37.47
%23.22
%39.31

CMYK Percentages of Color #a365ab

%5
%41
%0
%33

Triadic Colors of #a365ab

#a365ab #aba365 #65aba3

Analogous Colors of #a365ab

#a365ab #ab6590 #8065ab

Monochromatic Colors of #a365ab

#a365ab

Complementary Color

#a365ab #6dab65

#a365ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a365ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a365ab Color CSS Codes

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

#a365ab Text Font Color

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

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


#a365ab Background Color

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

This div background color is #a365ab


#a365ab Border Color

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

This div border color is #a365ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a365ab


Comments

No comments written yet.

Please login to write comment.