Color Hex Logo

#a526af Color Hex

#A526AF
(165,38,175)
0 Favorites   0 Comments

Color spaces of #a526af

RGB 16538175
HSL0.820.640.42
HSV296°78°69°
CMYK 0.060.780.00   0.31
XYZ23.948012.480741.7043
Yxy12.48070.30650.1597
Hunter Lab35.328059.1767-45.2615
CIE-Lab41.970165.9298-45.2973

#a526af color RGB value is (165,38,175).

#a526af hex color red value is 165, green value is 38 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a526af hue: 0.82 , saturation: 0.64 and the lightness value of a526af is 0.42.

The process color (four color CMYK) of #a526af color hex is 0.06, 0.78, 0.00, 0.31. Web safe color of #a526af is #993399. Color #a526af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100110 10101111
Octal 245 46 257
Decimal 165 38 175
Hex A5 26 AF

RGB Percentages of Color #a526af

%43.65
%10.05
%46.30

CMYK Percentages of Color #a526af

%6
%78
%0
%31

Triadic Colors of #a526af

#a526af #afa526 #26afa5

Analogous Colors of #a526af

#a526af #af2675 #6126af

Monochromatic Colors of #a526af

#a526af

Complementary Color

#a526af #30af26

#a526af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a526af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a526af Color CSS Codes

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

#a526af Text Font Color

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

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


#a526af Background Color

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

This div background color is #a526af


#a526af Border Color

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

This div border color is #a526af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a526af


Comments

No comments written yet.

Please login to write comment.