Color Hex Logo

#a962ff Color Hex

#A962FF
(169,98,255)
0 Favorites   0 Comments

Color spaces of #a962ff

RGB 16998255
HSL0.741.000.69
HSV267°62°100°
CMYK 0.340.620.00   0.00
XYZ38.779924.390497.2716
Yxy24.39040.24170.1520
Hunter Lab49.386653.7370-82.2066
CIE-Lab56.476658.4463-67.6621

#a962ff color RGB value is (169,98,255).

#a962ff hex color red value is 169, green value is 98 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a962ff hue: 0.74 , saturation: 1.00 and the lightness value of a962ff is 0.69.

The process color (four color CMYK) of #a962ff color hex is 0.34, 0.62, 0.00, 0.00. Web safe color of #a962ff is #9966ff. Color #a962ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100010 11111111
Octal 251 142 377
Decimal 169 98 255
Hex A9 62 FF

RGB Percentages of Color #a962ff

%32.38
%18.77
%48.85

CMYK Percentages of Color #a962ff

%34
%62
%0
%0

Triadic Colors of #a962ff

#a962ff #ffa962 #62ffa9

Analogous Colors of #a962ff

#a962ff #f862ff #626aff

Monochromatic Colors of #a962ff

#a962ff

Complementary Color

#a962ff #b8ff62

#a962ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a962ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a962ff Color CSS Codes

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

#a962ff Text Font Color

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

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


#a962ff Background Color

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

This div background color is #a962ff


#a962ff Border Color

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

This div border color is #a962ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a962ff

Related Colors


Comments

No comments written yet.

Please login to write comment.