COLOR #FFA2FF

HEX: #FFA2FF
RGB: (255,162,255)

Color info

#FFA2FF contains mainly red and blue colors. Web safe color of #FFA2FF is #FF99FF (or #F9F).

RGB color model

#FFA2FF color RGB value is (255,162,255).

  • red value is 255;
  • green value is 162;
  • blue value is 255.
RGB:
(255,162,255)
(100%,64%,100%)

RGB channels and saturation

R 255 of 255 = 100%
G 162 of 255 = 64%
B 255 of 255 = 100%

255
162
255

R + G + B ~ 88%. #FFA2FF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 255 = 672 (100%)
R 255 of 672 ~ 37.95%
G 162 of 672 ~ 24.11%
B 255 of 672 ~ 37.95%

%37.95
%24.11
%37.95

CMYK color model

#FFA2FF color CMYK value is (0,36,0,0).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,36,0,0)
C0M36Y0K0 
(0%,36%,0%,0%)
(0.00/0.36/0.00/0.00)	

CMYK percentages

%0
%36.47
%0
%0

Codes

Color #FFA2FF in popluar color models

FFA2FF
RGB255162255
HSL300°100.00%81.76%
HSB/HSV300°36.47%100.00%
CMYK0.00%36.47%0.00%
0.00%

Color #FFA2FF in popluar number systems.

HEXFFA2FF
Decimal255162255
Binary111111111010001011111111
Octal377242377

Shades and tints

Shades of #FFA2FF

#FFA2FF
(255,162,255)
#E894E8
(232,148,232)
#D186D1
(209,134,209)
#BA78BA
(186,120,186)
#A36AA3
(163,106,163)
#8C5C8C
(140,92,140)
#754E75
(117,78,117)
#5E405E
(94,64,94)
#473247
(71,50,71)
#302430
(48,36,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFA2FF

#FFA2FF
(255,162,255)
#FFAAFF
(255,170,255)
#FFB2FF
(255,178,255)
#FFBAFF
(255,186,255)
#FFC2FF
(255,194,255)
#FFCAFF
(255,202,255)
#FFD2FF
(255,210,255)
#FFDAFF
(255,218,255)
#FFE2FF
(255,226,255)
#FFEAFF
(255,234,255)
#FFF2FF
(255,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA2FF color. Also use rgb(255,162,255) instead hex code.

Text Font Color

.myTextColor { color: #FFA2FF; }

<p style="color:#FFA2FF">This sample text font color is #FFA2FF.</p>

This text font color is #FFA2FF.


Background Color

.myBgColor { background-color: #FFA2FF; }

<div style="background-color:#FFA2FF">Inner text</div>

This div background color is #FFA2FF.


Border color

.myBorderColor { border: 1px solid #FFA2FF; }

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

This div border color is #FFA2FF.


Opacity

.myOpacity80 { color: #FFA2FF; opacity: 0.8; }

<p style="color:#FFA2FF;opacity:0.8;">80%</p>

Text with #FFA2FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFA2FF;}

<p style="text-shadow: 3px 3px 1px #FFA2FF">Text here.</p>

This text has shadow with #FFA2FF color.

.textShadow {text-shadow: 3px 3px 1px #FFA2FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFA2FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFA2FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFA2FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFA2FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFA2FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFA2FF;
  -webkit-box-shadow:	1px 1px 3px 2px #FFA2FF;
  box-shadow:		1px 1px 3px 2px #FFA2FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFA2FF;
-webkit-box-shadow: 1px 1px 3px 2px #FFA2FF;
box-shadow:1px 1px 3px 2px #FFA2FF;">
Div content here</div>
This div box has shadow with color #FFA2FF.

Preview

Color preview on black background

This text has color #FFA2FF on black background.


Color preview on white background

This text has color #FFA2FF on white background.



Black color preview on #FFA2FF background

This text has black color on #FFA2FF background.


White color preview on #FFA2FF background

This text has white color on #FFA2FF background.