#A475FB

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

Shades of Medium Purple #A475FB

Tints of Medium Purple #A475FB

Color information

#A475FB (or 0xA475FB) is unknown color: approx Medium Purple. HEX triplet: A4, 75 and FB. RGB value is (164,117,251). Sum of RGB (Red+Green+Blue) = 164+117+251=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #A475FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475FB is #5B8A04. Grayscale: #919191. Windows color (decimal): -5999109 or 16479652. OLE color: 16479652.

HSL color Cylindrical-coordinate representation of color #A475FB: hue angle of 261.04º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A475FB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164117251-
CMYK0.350.5300.02
HSL261.04º94.37%72.16%-
HSV(B)261.04º53.39%98.43%-
XYZ39.0827.5894.53-
YUV146.33187.07140.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 251 (98.44% from 255) = 47.18%
R=30.83%
G=21.99%
B=47.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641172510.350.5300.02261.0494.3772.16
HexA475FB2335021055e48
Octal244165373436502405136110
Binary1010010011101011111101110001111010101010000010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475FB; }

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

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

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

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

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

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

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

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