#A584F5

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

Shades of Medium Purple #A584F5

Tints of Medium Purple #A584F5

Color information

#A584F5 (or 0xA584F5) is unknown color: approx Medium Purple. HEX triplet: A5, 84 and F5. RGB value is (165,132,245). Sum of RGB (Red+Green+Blue) = 165+132+245=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #A584F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584F5 is #5A7B0A. Grayscale: #9A9A9A. Windows color (decimal): -5929739 or 16090277. OLE color: 16090277.

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

Color convert

RGB165132245-
CMYK0.330.4600.04
HSL257.52º84.96%73.92%-
HSV(B)257.52º46.12%96.08%-
XYZ40.2531.0990.27-
YUV154.75178.93135.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 245 (96.09% from 255) = 45.20%
R=30.44%
G=24.35%
B=45.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651322450.330.4600.04257.5284.9673.92
HexA584F5212E04102554a
Octal245204365415604402125112
Binary101001011000010011110101100001101110010010000001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584F5; }

 p { color: rgb(165,132,245); }

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

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

 a { background-color: rgb(165,132,245); }

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

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

 span { border-color: rgb(165,132,245); }

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