#A475F6

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

Shades of Medium Purple #A475F6

Tints of Medium Purple #A475F6

Color information

#A475F6 (or 0xA475F6) is unknown color: approx Medium Purple. HEX triplet: A4, 75 and F6. RGB value is (164,117,246). Sum of RGB (Red+Green+Blue) = 164+117+246=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #A475F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475F6 is #5B8A09. Grayscale: #919191. Windows color (decimal): -5999114 or 16151972. OLE color: 16151972.

HSL color Cylindrical-coordinate representation of color #A475F6: hue angle of 261.86º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A475F6 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164117246-
CMYK0.330.5200.04
HSL261.86º87.76%71.18%-
HSV(B)261.86º52.44%96.47%-
XYZ38.3127.2790.43-
YUV145.76184.57141.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=31.12%
G=22.20%
B=46.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641172460.330.5200.04261.8687.7671.18
HexA475F62134041065847
Octal244165366416404406130107
Binary10100100111010111110110100001110100010010000011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475F6; }

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

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

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

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

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

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

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

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