Color Hex Logo

#a646af Color Hex

#A646AF
(166,70,175)
0 Favorites   0 Comments

Color spaces of #a646af

RGB 16670175
HSL0.820.430.48
HSV295°60°69°
CMYK 0.050.600.00   0.31
XYZ25.653915.582542.2130
Yxy15.58250.30740.1867
Hunter Lab39.474746.9233-35.7706
CIE-Lab46.421954.0684-38.2100

#a646af color RGB value is (166,70,175).

#a646af hex color red value is 166, green value is 70 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a646af hue: 0.82 , saturation: 0.43 and the lightness value of a646af is 0.48.

The process color (four color CMYK) of #a646af color hex is 0.05, 0.60, 0.00, 0.31. Web safe color of #a646af is #993399. Color #a646af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 10101111
Octal 246 106 257
Decimal 166 70 175
Hex A6 46 AF

RGB Percentages of Color #a646af

%40.39
%17.03
%42.58

CMYK Percentages of Color #a646af

%5
%60
%0
%31

Triadic Colors of #a646af

#a646af #afa646 #46afa6

Analogous Colors of #a646af

#a646af #af4684 #7246af

Monochromatic Colors of #a646af

#a646af

Complementary Color

#a646af #4faf46

#a646af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646af Color CSS Codes

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

#a646af Text Font Color

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

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


#a646af Background Color

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

This div background color is #a646af


#a646af Border Color

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

This div border color is #a646af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,70,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a646af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a646af;
  -webkit-box-shadow: 1px 1px 3px 2px #a646af;
  box-shadow:         1px 1px 3px 2px #a646af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,70,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646af


Comments

No comments written yet.

Please login to write comment.