Color Hex Logo

#a296af Color Hex

#A296AF
(162,150,175)
0 Favorites   0 Comments

Color spaces of #a296af

RGB 162150175
HSL0.750.140.64
HSV269°14°69°
CMYK 0.070.140.00   0.31
XYZ33.544532.589245.0798
Yxy32.58920.30160.2930
Hunter Lab57.08704.9851-6.8586
CIE-Lab63.82699.2625-11.4307

#a296af color RGB value is (162,150,175).

#a296af hex color red value is 162, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a296af hue: 0.75 , saturation: 0.14 and the lightness value of a296af is 0.64.

The process color (four color CMYK) of #a296af color hex is 0.07, 0.14, 0.00, 0.31. Web safe color of #a296af is #999999. Color #a296af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010110 10101111
Octal 242 226 257
Decimal 162 150 175
Hex A2 96 AF

RGB Percentages of Color #a296af

%33.26
%30.80
%35.93

CMYK Percentages of Color #a296af

%7
%14
%0
%31

Triadic Colors of #a296af

#a296af #afa296 #96afa2

Analogous Colors of #a296af

#a296af #af96af #9697af

Monochromatic Colors of #a296af

#a296af

Complementary Color

#a296af #a3af96

#a296af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a296af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a296af Color CSS Codes

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

#a296af Text Font Color

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

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


#a296af Background Color

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

This div background color is #a296af


#a296af Border Color

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

This div border color is #a296af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,150,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a296af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a296af;
  -webkit-box-shadow: 1px 1px 3px 2px #a296af;
  box-shadow:         1px 1px 3px 2px #a296af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,150,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a296af


Comments

No comments written yet.

Please login to write comment.