Color Hex Logo

#a961bf Color Hex

#A961BF
(169,97,191)
0 Favorites   0 Comments

Color spaces of #a961bf

RGB 16997191
HSL0.790.420.56
HSV286°49°75°
CMYK 0.120.490.00   0.25
XYZ30.040820.746051.7113
Yxy20.74600.29310.2024
Hunter Lab45.547838.0201-35.4297
CIE-Lab52.670444.5937-37.6437

#a961bf color RGB value is (169,97,191).

#a961bf hex color red value is 169, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a961bf hue: 0.79 , saturation: 0.42 and the lightness value of a961bf is 0.56.

The process color (four color CMYK) of #a961bf color hex is 0.12, 0.49, 0.00, 0.25. Web safe color of #a961bf is #9966cc. Color #a961bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 10111111
Octal 251 141 277
Decimal 169 97 191
Hex A9 61 BF

RGB Percentages of Color #a961bf

%36.98
%21.23
%41.79

CMYK Percentages of Color #a961bf

%12
%49
%0
%25

Triadic Colors of #a961bf

#a961bf #bfa961 #61bfa9

Analogous Colors of #a961bf

#a961bf #bf61a6 #7a61bf

Monochromatic Colors of #a961bf

#a961bf

Complementary Color

#a961bf #77bf61

#a961bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a961bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a961bf Color CSS Codes

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

#a961bf Text Font Color

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

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


#a961bf Background Color

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

This div background color is #a961bf


#a961bf Border Color

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

This div border color is #a961bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,97,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a961bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a961bf;
  -webkit-box-shadow: 1px 1px 3px 2px #a961bf;
  box-shadow:         1px 1px 3px 2px #a961bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,97,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a961bf


Comments

No comments written yet.

Please login to write comment.