COLOR #A475FC

HEX: #A475FC
RGB: (164,117,252)

Color info

#A475FC contains mainly blue color. Web safe color of #A475FC is #9966FF (or #96F).

RGB color model

#A475FC color RGB value is (164,117,252).

  • red value is 164;
  • green value is 117;
  • blue value is 252.
RGB:
(164,117,252)
(64%,46%,99%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 252 of 255 = 99%

164
117
252

R + G + B ~ 70%. #A475FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 117 + 252 = 533 (100%)
R 164 of 533 ~ 30.77%
G 117 of 533 ~ 21.95%
B 252 of 533 ~ 47.28%

%30.77
%21.95
%47.28

CMYK color model

#A475FC color CMYK value is (35,54,0,1).

  • cyan value is 34.92%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(35,54,0,1)
C35M54Y0K1 
(35%,54%,0%,1%)
(0.35/0.54/0.00/0.01)	

CMYK percentages

%34.92
%53.57
%0
%1.18

Codes

Color #A475FC in popluar color models

A475FC
RGB164117252
HSL261°95.74%72.35%
HSB/HSV261°53.57%98.82%
CMYK34.92%53.57%0.00%
1.18%

Color #A475FC in popluar number systems.

HEXA475FC
Decimal164117252
Binary10100100111010111111100
Octal244165374

Shades and tints

Shades of #A475FC

#A475FC
(164,117,252)
#966BE6
(150,107,230)
#8861D0
(136,97,208)
#7A57BA
(122,87,186)
#6C4DA4
(108,77,164)
#5E438E
(94,67,142)
#503978
(80,57,120)
#422F62
(66,47,98)
#34254C
(52,37,76)
#261B36
(38,27,54)
#181120
(24,17,32)
#000000
(0,0,0)

Tints of #A475FC

#A475FC
(164,117,252)
#AC81FC
(172,129,252)
#B48DFC
(180,141,252)
#BC99FC
(188,153,252)
#C4A5FC
(196,165,252)
#CCB1FC
(204,177,252)
#D4BDFC
(212,189,252)
#DCC9FC
(220,201,252)
#E4D5FC
(228,213,252)
#ECE1FC
(236,225,252)
#F4EDFC
(244,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A475FC color. Also use rgb(164,117,252) instead hex code.

Text Font Color

.myTextColor { color: #A475FC; }

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

This text font color is #A475FC.


Background Color

.myBgColor { background-color: #A475FC; }

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

This div background color is #A475FC.


Border color

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

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

This div border color is #A475FC.


Opacity

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

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

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

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

This text has shadow with #A475FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A475FC on black background.


Color preview on white background

This text has color #A475FC on white background.



Black color preview on #A475FC background

This text has black color on #A475FC background.


White color preview on #A475FC background

This text has white color on #A475FC background.