#A475F7

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

Shades of Medium Purple #A475F7

Tints of Medium Purple #A475F7

Color information

#A475F7 (or 0xA475F7) is unknown color: approx Medium Purple. HEX triplet: A4, 75 and F7. RGB value is (164,117,247). Sum of RGB (Red+Green+Blue) = 164+117+247=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #A475F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475F7 is #5B8A08. Grayscale: #919191. Windows color (decimal): -5999113 or 16217508. OLE color: 16217508.

HSL color Cylindrical-coordinate representation of color #A475F7: hue angle of 261.69º 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 #A475F7 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164117247-
CMYK0.340.5300.03
HSL261.69º89.04%71.37%-
HSV(B)261.69º52.63%96.86%-
XYZ38.4627.3391.24-
YUV145.87185.07140.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 247 (96.88% from 255) = 46.78%
R=31.06%
G=22.16%
B=46.78%

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
Decimal1641172470.340.5300.03261.6989.0471.37
HexA475F72235031065947
Octal244165367426503406131107
Binary1010010011101011111011110001011010101110000011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475F7; }

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

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

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

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

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

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

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

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