#A471F8

Color #A471F8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A471F8

Tints of Medium Purple #A471F8

Color information

#A471F8 (or 0xA471F8) is unknown color: approx Medium Purple. HEX triplet: A4, 71 and F8. RGB value is (164,113,248). Sum of RGB (Red+Green+Blue) = 164+113+248=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #A471F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471F8 is #5B8E07. Grayscale: #8F8F8F. Windows color (decimal): -6000136 or 16282020. OLE color: 16282020.

HSL color Cylindrical-coordinate representation of color #A471F8: hue angle of 262.67º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A471F8 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164113248-
CMYK0.340.5400.03
HSL262.67º90.6%70.78%-
HSV(B)262.67º54.44%97.25%-
XYZ38.1626.4891.91-
YUV143.64186.9142.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 248 (97.27% from 255) = 47.24%
R=31.24%
G=21.52%
B=47.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641132480.340.5400.03262.6790.670.78
HexA471F82236031075b47
Octal244161370426603407133107
Binary1010010011100011111100010001011011001110000011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471F8; }

 p { color: rgb(164,113,248); }

 H1.HeaderClassName
 {
   color: #A471F8;
 }
 .AnyTagClassName
 {
   color: #A471F8;
 }
</style>
background-color css

<style>
 a { background-color: #A471F8; }

 a { background-color: rgb(164,113,248); }

 div.DivClassName
 {
   background-color: #A471F8;
 }
 .BgClassName
 {
   background-color: #A471F8;
 }
</style>
border-color css

<style>
 span { border-color: #A471F8; }

 span { border-color: rgb(164,113,248); }

 td.TdClassName
 {
   border-color: #A471F8;
 }
 .TagClassName
 {
   border-color: #A471F8;
 }
</style>