Color Hex Logo

#a846aa Color Hex

#A846AA
(168,70,170)
0 Favorites   0 Comments

Color spaces of #a846aa

RGB 16870170
HSL0.830.420.47
HSV299°59°67°
CMYK 0.010.590.00   0.33
XYZ25.594315.607439.6938
Yxy15.60740.31640.1929
Hunter Lab39.506246.5063-31.9172
CIE-Lab46.455153.6747-35.1920

#a846aa color RGB value is (168,70,170).

#a846aa hex color red value is 168, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a846aa hue: 0.83 , saturation: 0.42 and the lightness value of a846aa is 0.47.

The process color (four color CMYK) of #a846aa color hex is 0.01, 0.59, 0.00, 0.33. Web safe color of #a846aa is #993399. Color #a846aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 10101010
Octal 250 106 252
Decimal 168 70 170
Hex A8 46 AA

RGB Percentages of Color #a846aa

%41.18
%17.16
%41.67

CMYK Percentages of Color #a846aa

%1
%59
%0
%33

Triadic Colors of #a846aa

#a846aa #aaa846 #46aaa8

Analogous Colors of #a846aa

#a846aa #aa467a #7646aa

Monochromatic Colors of #a846aa

#a846aa

Complementary Color

#a846aa #48aa46

#a846aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a846aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a846aa Color CSS Codes

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

#a846aa Text Font Color

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

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


#a846aa Background Color

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

This div background color is #a846aa


#a846aa Border Color

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

This div border color is #a846aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a846aa


Comments

No comments written yet.

Please login to write comment.