#A584EC

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

Shades of Medium Purple #A584EC

Tints of Medium Purple #A584EC

Color information

#A584EC (or 0xA584EC) is unknown color: approx Medium Purple. HEX triplet: A5, 84 and EC. RGB value is (165,132,236). Sum of RGB (Red+Green+Blue) = 165+132+236=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A584EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584EC is #5A7B13. Grayscale: #999999. Windows color (decimal): -5929748 or 15500453. OLE color: 15500453.

HSL color Cylindrical-coordinate representation of color #A584EC: hue angle of 259.04º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A584EC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165132236-
CMYK0.300.4400.07
HSL259.04º73.24%72.16%-
HSV(B)259.04º44.07%92.55%-
XYZ38.9130.5683.2-
YUV153.72174.43136.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=30.96%
G=24.77%
B=44.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651322360.300.4400.07259.0473.2472.16
HexA584EC1E2C071034948
Octal245204354365407403111110
Binary10100101100001001110110011110101100011110000001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584EC; }

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

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

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

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

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

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

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

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