Color Hex Logo

#a833aa Color Hex

#A833AA
(168,51,170)
0 Favorites   0 Comments

Color spaces of #a833aa

RGB 16851170
HSL0.830.540.43
HSV299°70°67°
CMYK 0.010.700.00   0.33
XYZ24.588013.594839.3583
Yxy13.59480.31710.1753
Hunter Lab36.871154.5106-37.4797
CIE-Lab43.646161.4942-39.6314

#a833aa color RGB value is (168,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 10101010
Octal 250 63 252
Decimal 168 51 170
Hex A8 33 AA

RGB Percentages of Color #a833aa

%43.19
%13.11
%43.70

CMYK Percentages of Color #a833aa

%1
%70
%0
%33

Triadic Colors of #a833aa

#a833aa #aaa833 #33aaa8

Analogous Colors of #a833aa

#a833aa #aa3371 #6d33aa

Monochromatic Colors of #a833aa

#a833aa

Complementary Color

#a833aa #35aa33

#a833aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a833aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a833aa Color CSS Codes

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

#a833aa Text Font Color

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

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


#a833aa Background Color

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

This div background color is #a833aa


#a833aa Border Color

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

This div border color is #a833aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,51,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 #a833aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a833aa


Comments

No comments written yet.

Please login to write comment.