#A473F7

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

Shades of Medium Purple #A473F7

Tints of Medium Purple #A473F7

Color information

#A473F7 (or 0xA473F7) is unknown color: approx Medium Purple. HEX triplet: A4, 73 and F7. RGB value is (164,115,247). Sum of RGB (Red+Green+Blue) = 164+115+247=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #A473F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A473F7 is #5B8C08. Grayscale: #909090. Windows color (decimal): -5999625 or 16216996. OLE color: 16216996.

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

Color convert

RGB164115247-
CMYK0.340.5300.03
HSL262.27º89.19%70.98%-
HSV(B)262.27º53.44%96.86%-
XYZ38.2326.8791.17-
YUV144.7185.73141.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 247 (96.88% from 255) = 46.96%
R=31.18%
G=21.86%
B=46.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641152470.340.5300.03262.2789.1970.98
HexA473F72235031065947
Octal244163367426503406131107
Binary1010010011100111111011110001011010101110000011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473F7; }

 p { color: rgb(164,115,247); }

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

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

 a { background-color: rgb(164,115,247); }

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

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

 span { border-color: rgb(164,115,247); }

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