#A585EC

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

Shades of Medium Purple #A585EC

Tints of Medium Purple #A585EC

Color information

#A585EC (or 0xA585EC) is unknown color: approx Medium Purple. HEX triplet: A5, 85 and EC. RGB value is (165,133,236). Sum of RGB (Red+Green+Blue) = 165+133+236=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #A585EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585EC is #5A7A13. Grayscale: #999999. Windows color (decimal): -5929492 or 15500709. OLE color: 15500709.

HSL color Cylindrical-coordinate representation of color #A585EC: hue angle of 258.64º 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 #A585EC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165133236-
CMYK0.300.4400.07
HSL258.64º73.05%72.35%-
HSV(B)258.64º43.64%92.55%-
XYZ39.0430.8383.25-
YUV154.31174.1135.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=30.90%
G=24.91%
B=44.19%

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
Decimal1651332360.300.4400.07258.6473.0572.35
HexA585EC1E2C071034948
Octal245205354365407403111110
Binary10100101100001011110110011110101100011110000001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585EC; }

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

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

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

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

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

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

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

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