#A484F1

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

Shades of Medium Purple #A484F1

Tints of Medium Purple #A484F1

Color information

#A484F1 (or 0xA484F1) is unknown color: approx Medium Purple. HEX triplet: A4, 84 and F1. RGB value is (164,132,241). Sum of RGB (Red+Green+Blue) = 164+132+241=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #A484F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484F1 is #5B7B0E. Grayscale: #999999. Windows color (decimal): -5995279 or 15828132. OLE color: 15828132.

HSL color Cylindrical-coordinate representation of color #A484F1: hue angle of 257.61º degrees, saturation: 0.8, 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 #A484F1 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164132241-
CMYK0.320.4500.05
HSL257.61º79.56%73.14%-
HSV(B)257.61º45.23%94.51%-
XYZ39.4430.7587.08-
YUV153.99177.1135.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=30.54%
G=24.58%
B=44.88%

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
Decimal1641322410.320.4500.05257.6179.5673.14
HexA484F1202D051025049
Octal244204361405505402120111
Binary101001001000010011110001100000101101010110000001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484F1; }

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

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

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

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

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

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

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

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