Color Hex Logo

#a655ff Color Hex

#A655FF
(166,85,255)
0 Favorites   0 Comments

Color spaces of #a655ff

RGB 16685255
HSL0.751.000.67
HSV269°67°100°
CMYK 0.350.670.00   0.00
XYZ37.024421.824096.8688
Yxy21.82400.23780.1402
Hunter Lab46.716259.7150-90.2401
CIE-Lab53.839864.1293-71.9421

#a655ff color RGB value is (166,85,255).

#a655ff hex color red value is 166, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a655ff hue: 0.75 , saturation: 1.00 and the lightness value of a655ff is 0.67.

The process color (four color CMYK) of #a655ff color hex is 0.35, 0.67, 0.00, 0.00. Web safe color of #a655ff is #9966ff. Color #a655ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 11111111
Octal 246 125 377
Decimal 166 85 255
Hex A6 55 FF

RGB Percentages of Color #a655ff

%32.81
%16.80
%50.40

CMYK Percentages of Color #a655ff

%35
%67
%0
%0

Triadic Colors of #a655ff

#a655ff #ffa655 #55ffa6

Analogous Colors of #a655ff

#a655ff #fb55ff #5559ff

Monochromatic Colors of #a655ff

#a655ff

Complementary Color

#a655ff #aeff55

#a655ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a655ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a655ff Color CSS Codes

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

#a655ff Text Font Color

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

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


#a655ff Background Color

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

This div background color is #a655ff


#a655ff Border Color

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

This div border color is #a655ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,85,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a655ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a655ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a655ff;
  box-shadow:         1px 1px 3px 2px #a655ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,85,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a655ff

Related Colors


Comments

No comments written yet.

Please login to write comment.