Color Hex Logo

#a96cca Color Hex

#A96CCA
(169,108,202)
0 Favorites   0 Comments

Color spaces of #a96cca

RGB 169108202
HSL0.770.470.61
HSV279°47°79°
CMYK 0.160.470.00   0.21
XYZ32.385423.424458.6916
Yxy23.42440.28280.2046
Hunter Lab48.398834.7431-38.0199
CIE-Lab55.506841.0072-39.4802

#a96cca color RGB value is (169,108,202).

#a96cca hex color red value is 169, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a96cca hue: 0.77 , saturation: 0.47 and the lightness value of a96cca is 0.61.

The process color (four color CMYK) of #a96cca color hex is 0.16, 0.47, 0.00, 0.21. Web safe color of #a96cca is #9966cc. Color #a96cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11001010
Octal 251 154 312
Decimal 169 108 202
Hex A9 6C CA

RGB Percentages of Color #a96cca

%35.28
%22.55
%42.17

CMYK Percentages of Color #a96cca

%16
%47
%0
%21

Triadic Colors of #a96cca

#a96cca #caa96c #6ccaa9

Analogous Colors of #a96cca

#a96cca #ca6cbc #7a6cca

Monochromatic Colors of #a96cca

#a96cca

Complementary Color

#a96cca #8dca6c

#a96cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cca Color CSS Codes

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

#a96cca Text Font Color

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

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


#a96cca Background Color

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

This div background color is #a96cca


#a96cca Border Color

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

This div border color is #a96cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cca


Comments

No comments written yet.

Please login to write comment.