#A489F5

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

Shades of Medium Purple #A489F5

Tints of Medium Purple #A489F5

Color information

#A489F5 (or 0xA489F5) is unknown color: approx Medium Purple. HEX triplet: A4, 89 and F5. RGB value is (164,137,245). Sum of RGB (Red+Green+Blue) = 164+137+245=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #A489F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A489F5 is #5B760A. Grayscale: #9C9C9C. Windows color (decimal): -5993995 or 16091556. OLE color: 16091556.

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

Color convert

RGB164137245-
CMYK0.330.4400.04
HSL255º84.38%74.9%-
HSV(B)255º44.08%96.08%-
XYZ40.7432.3890.49-
YUV157.38177.45132.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=30.04%
G=25.09%
B=44.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641372450.330.4400.0425584.3874.9
HexA489F5212C04ff544b
Octal244211365415404377124113
Binary10100100100010011111010110000110110001001111111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489F5; }

 p { color: rgb(164,137,245); }

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

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

 a { background-color: rgb(164,137,245); }

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

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

 span { border-color: rgb(164,137,245); }

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