#A484F0

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

Shades of Medium Purple #A484F0

Tints of Medium Purple #A484F0

Color information

#A484F0 (or 0xA484F0) is unknown color: approx Medium Purple. HEX triplet: A4, 84 and F0. RGB value is (164,132,240). Sum of RGB (Red+Green+Blue) = 164+132+240=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #A484F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484F0 is #5B7B0F. Grayscale: #999999. Windows color (decimal): -5995280 or 15762596. OLE color: 15762596.

HSL color Cylindrical-coordinate representation of color #A484F0: hue angle of 257.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A484F0 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164132240-
CMYK0.320.4500.06
HSL257.78º78.26%72.94%-
HSV(B)257.78º45%94.12%-
XYZ39.2930.6986.29-
YUV153.88176.6135.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 240 (94.14% from 255) = 44.78%
R=30.60%
G=24.63%
B=44.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641322400.320.4500.06257.7878.2672.94
HexA484F0202D061024e49
Octal244204360405506402116111
Binary101001001000010011110000100000101101011010000001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484F0; }

 p { color: rgb(164,132,240); }

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

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

 a { background-color: rgb(164,132,240); }

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

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

 span { border-color: rgb(164,132,240); }

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