Color Hex Logo

#a61aac Color Hex

#A61AAC
(166,26,172)
0 Favorites   0 Comments

Color spaces of #a61aac

RGB 16626172
HSL0.830.740.39
HSV298°85°67°
CMYK 0.030.850.00   0.33
XYZ23.541711.824340.0713
Yxy11.82430.31210.1567
Hunter Lab34.386562.0285-45.0214
CIE-Lab40.935568.5933-45.1601

#a61aac color RGB value is (166,26,172).

#a61aac hex color red value is 166, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a61aac hue: 0.83 , saturation: 0.74 and the lightness value of a61aac is 0.39.

The process color (four color CMYK) of #a61aac color hex is 0.03, 0.85, 0.00, 0.33. Web safe color of #a61aac is #993399. Color #a61aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011010 10101100
Octal 246 32 254
Decimal 166 26 172
Hex A6 1A AC

RGB Percentages of Color #a61aac

%45.60
%7.14
%47.25

CMYK Percentages of Color #a61aac

%3
%85
%0
%33

Triadic Colors of #a61aac

#a61aac #aca61a #1aaca6

Analogous Colors of #a61aac

#a61aac #ac1a69 #5d1aac

Monochromatic Colors of #a61aac

#a61aac

Complementary Color

#a61aac #20ac1a

#a61aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61aac Color CSS Codes

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

#a61aac Text Font Color

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

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


#a61aac Background Color

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

This div background color is #a61aac


#a61aac Border Color

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

This div border color is #a61aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61aac


Comments

No comments written yet.

Please login to write comment.