color codes Logo

#a61aab color codes

#A61AAB
(166,26,171)
0 Favorites   0 Comments

Color spaces of #a61aab

RGB 16626171
HSL0.830.740.39
HSV298°85°67°
CMYK 0.030.850.00   0.33
XYZ23.446011.786139.5673
Yxy11.78610.31350.1576
Hunter Lab34.330961.8261-44.3017
CIE-Lab40.874168.4318-44.6625

#a61aab color RGB value is (166,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011010 10101011
Octal 246 32 253
Decimal 166 26 171
Hex A6 1A AB

RGB Percentages of Color #a61aab

%45.73
%7.16
%47.11

CMYK Percentages of Color #a61aab

%3
%85
%0
%33

Triadic Colors of #a61aab

#a61aab #aba61a #1aaba6

Analogous Colors of #a61aab

#a61aab #ab1a68 #5d1aab

Monochromatic Colors of #a61aab

#a61aab

Complementary Color

#a61aab #1fab1a

#a61aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61aab Color CSS Codes

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

#a61aab Text Font Color

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

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


#a61aab Background Color

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

This div background color is #a61aab


#a61aab Border Color

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

This div border color is #a61aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61aab


Comments

No comments written yet.

Please login to write comment.