#A785EC

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

Shades of Medium Purple #A785EC

Tints of Medium Purple #A785EC

Color information

#A785EC (or 0xA785EC) is unknown color: approx Medium Purple. HEX triplet: A7, 85 and EC. RGB value is (167,133,236). Sum of RGB (Red+Green+Blue) = 167+133+236=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #A785EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785EC is #587A13. Grayscale: #9A9A9A. Windows color (decimal): -5798420 or 15500711. OLE color: 15500711.

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

Color convert

RGB167133236-
CMYK0.290.4400.07
HSL259.81º73.05%72.35%-
HSV(B)259.81º43.64%92.55%-
XYZ39.4631.0583.27-
YUV154.91173.76136.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=31.16%
G=24.81%
B=44.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671332360.290.4400.07259.8173.0572.35
HexA785EC1D2C071044948
Octal247205354355407404111110
Binary10100111100001011110110011101101100011110000010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785EC; }

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

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

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

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

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

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

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

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