#A584EE

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

Shades of Medium Purple #A584EE

Tints of Medium Purple #A584EE

Color information

#A584EE (or 0xA584EE) is unknown color: approx Medium Purple. HEX triplet: A5, 84 and EE. RGB value is (165,132,238). Sum of RGB (Red+Green+Blue) = 165+132+238=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #A584EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584EE is #5A7B11. Grayscale: #999999. Windows color (decimal): -5929746 or 15631525. OLE color: 15631525.

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

Color convert

RGB165132238-
CMYK0.310.4500.07
HSL258.68º75.71%72.55%-
HSV(B)258.68º44.54%93.33%-
XYZ39.230.6784.74-
YUV153.95175.43135.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=30.84%
G=24.67%
B=44.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651322380.310.4500.07258.6875.7172.55
HexA584EE1F2D071034c49
Octal245204356375507403114111
Binary10100101100001001110111011111101101011110000001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584EE; }

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

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

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

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

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

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

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

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