#A684EC

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

Shades of Medium Purple #A684EC

Tints of Medium Purple #A684EC

Color information

#A684EC (or 0xA684EC) is unknown color: approx Medium Purple. HEX triplet: A6, 84 and EC. RGB value is (166,132,236). Sum of RGB (Red+Green+Blue) = 166+132+236=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 132 (51.95% from 255 or 24.72% 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 #A684EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684EC is #597B13. Grayscale: #999999. Windows color (decimal): -5864212 or 15500454. OLE color: 15500454.

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

Color convert

RGB166132236-
CMYK0.300.4400.07
HSL259.62º73.24%72.16%-
HSV(B)259.62º44.07%92.55%-
XYZ39.1230.6783.21-
YUV154.02174.26136.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=31.09%
G=24.72%
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
Decimal1661322360.300.4400.07259.6273.2472.16
HexA684EC1E2C071044948
Octal246204354365407404111110
Binary10100110100001001110110011110101100011110000010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684EC; }

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

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

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

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

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

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

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

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