Color Hex Logo

#a366ff Color Hex

#A366FF
(163,102,255)
0 Favorites   0 Comments

Color spaces of #a366ff

RGB 163102255
HSL0.731.000.70
HSV264°60°100°
CMYK 0.360.600.00   0.00
XYZ37.905624.509397.3407
Yxy24.50930.23730.1534
Hunter Lab49.506950.0339-81.9215
CIE-Lab56.594255.1313-67.5050

#a366ff color RGB value is (163,102,255).

#a366ff hex color red value is 163, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a366ff hue: 0.73 , saturation: 1.00 and the lightness value of a366ff is 0.70.

The process color (four color CMYK) of #a366ff color hex is 0.36, 0.60, 0.00, 0.00. Web safe color of #a366ff is #9966ff. Color #a366ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100110 11111111
Octal 243 146 377
Decimal 163 102 255
Hex A3 66 FF

RGB Percentages of Color #a366ff

%31.35
%19.62
%49.04

CMYK Percentages of Color #a366ff

%36
%60
%0
%0

Triadic Colors of #a366ff

#a366ff #ffa366 #66ffa3

Analogous Colors of #a366ff

#a366ff #f066ff #6676ff

Monochromatic Colors of #a366ff

#a366ff

Complementary Color

#a366ff #c2ff66

#a366ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a366ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a366ff Color CSS Codes

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

#a366ff Text Font Color

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

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


#a366ff Background Color

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

This div background color is #a366ff


#a366ff Border Color

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

This div border color is #a366ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a366ff

Related Colors

#a366ff Color Palettes


Comments

No comments written yet.

Please login to write comment.