color codes Logo

#a70aaf color codes

#A70AAF
(167,10,175)
0 Favorites   0 Comments

Color spaces of #a70aaf

RGB 16710175
HSL0.830.890.36
HSV297°94°69°
CMYK 0.050.940.00   0.31
XYZ23.782811.527741.5290
Yxy11.52770.30950.1500
Hunter Lab33.952565.6177-48.7539
CIE-Lab40.455471.7310-47.7051

#a70aaf color RGB value is (167,10,175).

#a70aaf hex color red value is 167, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a70aaf hue: 0.83 , saturation: 0.89 and the lightness value of a70aaf is 0.36.

The process color (four color CMYK) of #a70aaf color code is 0.05, 0.94, 0.00, 0.31. Web safe color of #a70aaf is #990099. Color #a70aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 10101111
Octal 247 12 257
Decimal 167 10 175
Hex A7 A AF

RGB Percentages of Color #a70aaf

%47.44
%2.84
%49.72

CMYK Percentages of Color #a70aaf

%5
%94
%0
%31

Triadic Colors of #a70aaf

#a70aaf #afa70a #0aafa7

Analogous Colors of #a70aaf

#a70aaf #af0a65 #540aaf

Monochromatic Colors of #a70aaf

#a70aaf

Complementary Color

#a70aaf #12af0a

#a70aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70aaf Color CSS Codes

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

#a70aaf Text Font Color

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

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


#a70aaf Background Color

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

This div background color is #a70aaf


#a70aaf Border Color

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

This div border color is #a70aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70aaf


Comments

No comments written yet.

Please login to write comment.