#A584E2

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

Shades of Medium Purple #A584E2

Tints of Medium Purple #A584E2

Color information

#A584E2 (or 0xA584E2) is unknown color: approx Medium Purple. HEX triplet: A5, 84 and E2. RGB value is (165,132,226). Sum of RGB (Red+Green+Blue) = 165+132+226=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #A584E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584E2 is #5A7B1D. Grayscale: #989898. Windows color (decimal): -5929758 or 14845093. OLE color: 14845093.

HSL color Cylindrical-coordinate representation of color #A584E2: hue angle of 261.06º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A584E2 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165132226-
CMYK0.270.4200.11
HSL261.06º61.84%70.2%-
HSV(B)261.06º41.59%88.63%-
XYZ37.529.9975.76-
YUV152.58169.43136.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 226 (88.67% from 255) = 43.21%
R=31.55%
G=25.24%
B=43.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651322260.270.4200.11261.0661.8470.2
HexA584E21B2A0B1053e46
Octal245204342335201340576106
Binary10100101100001001110001011011101010010111000001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584E2; }

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

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

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

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

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

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

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

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