COLOR #FFA7FF

HEX: #FFA7FF
RGB: (255,167,255)

Color info

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

RGB color model

#FFA7FF color RGB value is (255,167,255).

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

RGB channels and saturation

R 255 of 255 = 100%
G 167 of 255 = 65%
B 255 of 255 = 100%

255
167
255

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

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 255 = 677 (100%)
R 255 of 677 ~ 37.67%
G 167 of 677 ~ 24.67%
B 255 of 677 ~ 37.67%

%37.67
%24.67
%37.67

CMYK color model

#FFA7FF color CMYK value is (0,35,0,0).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,35,0,0)
C0M35Y0K0 
(0%,35%,0%,0%)
(0.00/0.35/0.00/0.00)	

CMYK percentages

%0
%34.51
%0
%0

Codes

Color #FFA7FF in popluar color models

FFA7FF
RGB255167255
HSL300°100.00%82.75%
HSB/HSV300°34.51%100.00%
CMYK0.00%34.51%0.00%
0.00%

Color #FFA7FF in popluar number systems.

HEXFFA7FF
Decimal255167255
Binary111111111010011111111111
Octal377247377

Shades and tints

Shades of #FFA7FF

#FFA7FF
(255,167,255)
#E898E8
(232,152,232)
#D189D1
(209,137,209)
#BA7ABA
(186,122,186)
#A36BA3
(163,107,163)
#8C5C8C
(140,92,140)
#754D75
(117,77,117)
#5E3E5E
(94,62,94)
#472F47
(71,47,71)
#302030
(48,32,48)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #FFA7FF

#FFA7FF
(255,167,255)
#FFAFFF
(255,175,255)
#FFB7FF
(255,183,255)
#FFBFFF
(255,191,255)
#FFC7FF
(255,199,255)
#FFCFFF
(255,207,255)
#FFD7FF
(255,215,255)
#FFDFFF
(255,223,255)
#FFE7FF
(255,231,255)
#FFEFFF
(255,239,255)
#FFF7FF
(255,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA7FF; }

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

This text font color is #FFA7FF.


Background Color

.myBgColor { background-color: #FFA7FF; }

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

This div background color is #FFA7FF.


Border color

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

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

This div border color is #FFA7FF.


Opacity

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

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

Text with #FFA7FF 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 #FFA7FF;}

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

This text has shadow with #FFA7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA7FF on black background.


Color preview on white background

This text has color #FFA7FF on white background.



Black color preview on #FFA7FF background

This text has black color on #FFA7FF background.


White color preview on #FFA7FF background

This text has white color on #FFA7FF background.