#A484F2

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

Shades of Medium Purple #A484F2

Tints of Medium Purple #A484F2

Color information

#A484F2 (or 0xA484F2) is unknown color: approx Medium Purple. HEX triplet: A4, 84 and F2. RGB value is (164,132,242). Sum of RGB (Red+Green+Blue) = 164+132+242=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #A484F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484F2 is #5B7B0D. Grayscale: #999999. Windows color (decimal): -5995278 or 15893668. OLE color: 15893668.

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

Color convert

RGB164132242-
CMYK0.320.4500.05
HSL257.45º80.88%73.33%-
HSV(B)257.45º45.45%94.9%-
XYZ39.5930.8187.86-
YUV154.11177.6135.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=30.48%
G=24.54%
B=44.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641322420.320.4500.05257.4580.8873.33
HexA484F2202D051015149
Octal244204362405505401121111
Binary101001001000010011110010100000101101010110000000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484F2; }

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

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

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

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

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

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

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

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